Install the dependencies at first. If you want to run the project in development mode run this:
$ npm run dev
then you'll see a small example app app(demo is here)
$ webpack -p --config ./webpack-prod.config.js
$ npm start
(or you can just deploy it to Heroku and it'll build this on the server)
$ npm run lint