Skip to content

rbkh/angular-wireframing

Repository files navigation

Angular Wireframing Boilderplate

A simple Angular 1.x boilerplate for building wireframes. Built by Rebekah Louten and Max Felker from Big Room Studios.

Install Tools

If you have not installed the tools used by the Yeoman Angular generator v0.16, please run the following lines in your terminal:

$ npm install -g bower yo generator-karma generator-angular
$ gem install compass

Setup Project

First, download the project:

$ curl -LOk https://github.com/rbkh/angular-wireframing/archive/master.zip
$ unzip master.zip
$ mv angular-wireframing-master/ my-project/
$ cd my-project/

Then install dependencies:

$ npm i

Running the App in Development

Run the app locally at http://localhost:9000

$ gulp

Build the App

This creates a production build in the /dist folder:

$ gulp build

Run in Production Mode

To build in production mode and run locally at http://localhost:9000

$ gulp build: prod

Deploy Using Now

This deploys the production build to a now container:

$ gulp build
$ now dist/ --public

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published