Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Latest commit

 

History

History
64 lines (41 loc) · 1.2 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.2 KB

[DEPRECATED] Mnspd AngularJS Boilerplate

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.

Dependencies

git | node 5.12 | npm

yarn brew install yarn

Install

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'

Run

$ npm start

http://localhost:8080

Build

$ npm run build

./build

Publish

Simple deployment with rsync.

Configure host and destination variables in rsync.js, then:

$ npm run deploy