Skip to content

thegreatsunra/angular-propeller

Repository files navigation

angular-propeller

Prototyping environment with Angular, Bootstrap and ui-router

Installation

  1. make sure you have Node, Bower and Grunt installed
  2. clone this repository (or download and unzip)
  3. open the folder in terminal
  4. type npm install && bower install to install dependencies

Usage

  1. type grunt serve to start the development server
  2. type grunt to build the app and generate the dist

Hosting on GitHub Pages

  1. first, create a repository on GitHub and push your Angular Propeller application up to that repository
  2. remove the dist reference from your .gitignore file to include it in the repository
  3. commit and push all your changes to GitHub
  4. open the folder in terminal
  5. type grunt to regenerate your dist folder (grunt --force may be necessary due to proxy issues when pulling down pngmin)
  6. Follow these instructions to create a subtree for your dist folder
  7. Type git subtree push --prefix dist origin gh-pages to push your subtree up to GitHub
  8. Navigate to https://github.com/pages/{{your_username}}/{{your_repository}} to view your hosted application

Testing

Running grunt test will run the unit tests with karma

About

Prototyping environment with Angular, Bootstrap and ui-router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published