Skip to content
This repository was archived by the owner on Jun 21, 2019. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 719 Bytes

File metadata and controls

40 lines (25 loc) · 719 Bytes

angular-cssmodules-example-app

An example application using AngularJS ~1.4, Webpack, Babel, ES6, CSS Modules, Sass, Bootstrap and Font Awesome.

Development

Install dependencies

$ npm install

Make ready

Start the frontend server (port defaults to 8081 if not given):

$ PORT=8081 npm start

Fire!

$ open http://localhost:8081

Deployment

Build frontend distribution

Do this at the start of the deployment process to build all of the frontend templates, assets, etc. Files will be written to dist.

$ NODE_ENV="production" \
  npm run build

Credits