Single page web application of Feedback project
- Node.js v6.10 or newer
This will install all project dependencies listed in package.json file.
This will start a development server on http://localhost:3000/
To build the app, simply run:
$ npm run distThis command puts compiled output files in /dist directory.