- VSCode
- Eslint installed on VSCode
- eslint
npm install -g eslint
In the root directory run :
npm run install
npm run start
- Wait for code to build, then go to localhost:3000 to see the project
git checkout -b feature/BRANCH NAME
- Work on feature
- Push feature up
- Create PR in Github