Skip to content

dherrero/angularjs-es6-starter

Repository files navigation

Angular JS starter

Structure to quickly start front-end projects with AngularJs +1.6, ES6 standard, momentJs, Bootstrap templates... all then bundled with Rollup.

With unit testing examples

WIP (Work in process)

TODO

  • Change CSS for SCSS
  • Update Bootstrap
  • Change the type of rendering box (block -> flex)
  • Update AngularJS last version

Start

  1. Git clone https://github.com/dherrero/angularjs-es6-starter.git
  2. cd angularjs-es6-starter
  3. npm i
  4. npm start

Testing

  • npm run test # need karma-cli installed global

Develop mode

  • npm run dev-watch # bundle and watch JS files with live reload browser. Generate mapping file
  • npm run back # Mock APIs REST with json-server

Production mode

  • npm run pro # bundle and obfuscate JS files

About

Get started Angular 1.x · rollup · es6 · bootstrap · karma

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors