1.0.1 • Published 10 years ago

generator-ng-webapp v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

1.0.0

10 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago