generator-ng-webapp

Yeoman generator

Usage no npm install needed!

<script type="module">
  import generatorNgWebapp from 'https://cdn.skypack.dev/generator-ng-webapp';
</script>

README

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