Clone repository and run:
$ npm install
node 5+
$ npm start
Go to http://localhost:3001
If you want to run the project in production, set the NODE_ENV
environment variable to production
.
$ NODE_ENV=production npm start
$ set NODE_ENV=production
$ npm start
Also build the production bundle:
$ npm run dist