Download or clone this repository and then
Install dependencies
npm install
Start nodemon server at localhost:8080
npm run dev
Bundle styles and scripts with Webpack
npm run watch
Build for production
npm run build
Run tests
npm test
Created by Dominik Szczepaniak