Skip to content

Basic AngularJS example app using grunt/yo/bower, served with Express w/optional offline development using E2E $httpBackend

Notifications You must be signed in to change notification settings

tautologistics/AngularExample

Repository files navigation

Running in development

git clone https://github.com/tautologistics/AngularExample
cd AngularExample/
gem install compass
npm install -g yo
npm install
bower install
npm start

This should start up a server on port 9000 and open a web browser to the app URL (http://localhost:9000/)

Testing the app

grunt karma

Building the app for deployment

grunt build

This will compile the app into ./dist/

About

Basic AngularJS example app using grunt/yo/bower, served with Express w/optional offline development using E2E $httpBackend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published