Windows users only: Download and install Git Bash
Install nvm:
Install nodejs:
nvm install 8.11.1
Install yarn:
npm install -g yarn
Open terminal:
cd /path/to/lecture_08
yarn install
yarn start
yarn test
yarn lint
- Fork the project
- Implement required functionality (src/app.js)
- Run lint
- Run the tests
ONLY if all tests passed and the code has no eslint errors
Open pull request from your repository to FED-PRO-04-18/lecture_08