Since AngularJS support has been discontinued this package is deprecated and no longer maintained.
Minimal starter project for AngularJS 1.6, with UI-Router 1.0, Ng-Redux, ES2015, PostCSS and Webpack.
Follows AngularJS styleguide (ES2015).
Not intended to be an active dependency - just download, unzip, install node_modules, and start building your own project.
git | node 5.12 | npm
yarn brew install yarn
Download and unzip to a folder of your choice.
Edit name
, version
and licence
properties in package.json
as required, then:
$ cd your-project-folder
$ yarn
$ git init
$ git add .
$ git commit -am 'Initial commit'
$ npm start
http://localhost:8080
$ npm run build
./build
Simple deployment with rsync
.
Configure host
and destination
variables in rsync.js
, then:
$ npm run deploy