generator-ng-webapp
v1.0.1
Published
Yeoman generator
Downloads
1
Readme
generator-ng-webapp
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