1.0.1 • Published 8 years ago

generator-ng-webapp v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-ng-webapp Build Status

Yeoman generator

Getting Started

To get you started on Windows:

  • Install NodeJS
  • Install git
  • Make sure node and git are in your environment variables PATH
  • Check if everything is installed correctly in terminal
node -v
git --version
  • Make directory to store your project
mkdir /path/to/your-project-dir
cd /path/to/your-project-dir
  • Install dependencies:
npm install -g yo gulp gulp-cli generator-ng-webapp
  • Finally, initiate the generator:
yo ng-webapp

Starting project

Run grunt on terminal

gulp init

And you should have working project up and running in browser

Features

  • Angular 1
  • Gulp
  • Bootstrap SASS
  • FontAwesome
  • Automagically compile Sass and JS
  • Built-in preview server with BrowserSync
  • JSON support

License

MIT

1.0.1

8 years ago

1.0.0

8 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago