Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 321 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 321 Bytes

Sample of WebPack & Babel usage

$ npm install     # to install

# on development
$ npm run server          # to run local server
$ npm run build           # to build assets
$ npm run build-verbose   # to build assets on verbose mode

# on production
$ NODE_ENV=production npm run build  # to build assets