- Make sure to install all the dependencies. This can be done in the root directory by doing
npm run installAll
Eslint is a tool that helps indentify errors in your code.
To setup eslint in VSCode:
- Install the Eslint VSCode extension
Prettier is used to format your code on save.
To setup prettier in VSCode:
- Install the Prettier VSCode extension
npm run removeModules
- Will remove all npm_modules
npm run installAll
- Will install all dependencies in the root, frontend, and backend folder.