Skip to content

dsandmark/angular_using_browserify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular app using Browserify

Author: Dennis Sandmark (d.sandmark@gmail.com)

Intro

How to Run

  1. Unpack zip file
  2. cd into unpacked folder using terminal
  3. run: $ npm install
  4. run: $ gulp dev
  5. Go to http://localhost:5000
  6. Bask

Notes:

(3) You may need do run $ sudo npm install depending on your access rights.

(4) running $ gulp dev will create a dist folder that's being served by Express.

Tests

Running Unit Tests

Run the following in terminal: $ gulp test

Notes

Unit tests are on the form: Assign -> Act -> Assert Jasmine Describe blocks are replaced by more detailed 'it' blocks. Leaving client tests as an excercise to the reader

About

Angular app using browserify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published