npm run installAll
Eslint is a tool that helps indentify errors in your code.
To setup eslint in VSCode:
Prettier is used to format your code on save.
To setup prettier in VSCode:
npm run removeModules
- Will remove all npm_modules
npm run installAll
- Will install all dependencies in the root, frontend, and backend folder.