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)
- Change CSS for SCSS
- Update Bootstrap
- Change the type of rendering box (block -> flex)
- Update AngularJS last version
- Git clone https://github.com/dherrero/angularjs-es6-starter.git
- cd angularjs-es6-starter
- npm i
- npm start
- npm run test # need karma-cli installed global
- 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
- npm run pro # bundle and obfuscate JS files