Skip to content

Some nice defaults to have for a new Angular project

Notifications You must be signed in to change notification settings

Red-3/angular-bootstrap

 
 

Repository files navigation

DEPRECATION NOTICE

This repository is no longer maintained.

Angular Bootstrap

Install grunt

npm install -g grunt-cli

or to use the project copy

./node_modules/grunt-cli/bin/grunt

Install bower (version 1.2.x or higher)

npm install -g bower

or to use the project copy

./node_modules/bower/bin/bower install

Get Dependencies

npm install && bower install

Run dev server:

grunt server

Build

Build files currently end up in the out directory

grunt

Test

Unit

grunt test

End to End

grunt test-e2e

Documentation

TODO

About

Some nice defaults to have for a new Angular project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • HTML 14.8%
  • CSS 9.1%