- Install NodeJS https://nodejs.org/en/
- Run 'npm install && npm install --save-dev' to install Node devDependencies
- Run 'npm start' to start application
- Install pycodestyle by running 'pip install pycodestyle'
- Add pycodestyle to your PATH environment variable
- Run 'npm run style' to check for style guide violations