Skip to content

vigneshshanmugam/phrontend-example

Repository files navigation

phrontend-example

Demo ?

Development

  • requires npm@3 and node@0.12

  • npm install

  • npm start - starts webpack-dev-server

Production

  • npm run build

This emits css and js files. Use public/current.version to pick the current version of the file to push it to CDN or something similar. An example hack for adding it to git is here.