0.3.3 • Published 8 years ago
generator-angular-app v0.3.3
AngularJS generator
Yeoman generator for creating interactive web sites with AngularJS + Webpack, ES6, Babel, npm Scripts, CSS Modules
About generator
Generator helps you initialize new interactive web site project. It contains asset loader and browser version detection.
Features
- AngularJS
- Webpack
- ES6 (ES2015)
- Babel
- npm Scripts
- CSS Modules
Getting Started
Requirements
- NodeJS v4.0 or newer
- npm v3.3 or newer
- yo (to install run
npm install -g yo
, to update runnpm update -g yo
)
Installation
- Install:
npm install -g generator-angular-app
- Run:
yo angular-app
Build
- Run:
npm start
to start dev server and watch for file changes - Run:
npm run build
to build for production - For more information about the boilerplate, see its README.md