What you need to run this app:
nodeandnpm(Use NVM)- Ensure you're running Node (
v4.1.x+) and NPM (2.14.x+)
clonethis reponpm installto install all dependencies
After you have installed all dependencies you can now run the app with:
npm startIt will start a local server using webpack-dev-server. The port will be displayed to you as http://localhost:8080.