jchandra74 / angular-cssmodules-example-app

Example app using all of AngularJS ~1.4, Webpack, Babel, ES6, CSS Modules, Sass, Bootstrap, Font Awesome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example app using all of AngularJS ~1.4, Webpack, Babel, ES6, CSS Modules, Sass, Bootstrap, Font Awesome


Languages

Language:JavaScript 54.9%Language:CSS 31.1%Language:HTML 14.1%