Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 470 Bytes

File metadata and controls

23 lines (17 loc) · 470 Bytes

Installation

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)

For production setup

$ 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)

If you want to check linting run this:

$ npm run lint