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

[DEPRECATED] Minimal starter project for AngularJS 1.6 • UI-Router 1.0 • Ng-Redux • ES2015 • PostCSS • Webpack

Notifications You must be signed in to change notification settings

monospaced/angularjs-boilerplate

Repository files navigation

[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

About

[DEPRECATED] Minimal starter project for AngularJS 1.6 • UI-Router 1.0 • Ng-Redux • ES2015 • PostCSS • Webpack

Resources

Stars

Watchers

Forks

Packages

No packages published