maru0923 / angular-express-ejs-seed

Modify AngularSeed
6 stars 3 forks source link

angular-express-ejs-seed — modify the seed for AngularJS apps

This repository adds expressjs (ejs) to AngularSeed. Of course, Testacular can be used.

How to use angular-express-ejs-seed

Clone the angular-seed repository and start hacking

Running the app during development

You can pick one of these options:

Then navigate your browser to http://localhost:3000 to see the app running in your browser.

Running unit tests

We recommend using jasmine and Testacular for your unit tests/specs, but you are free to use whatever works for you.

Requires node.js, Testacular (sudo npm install -g testacular) and a local or remote browser.

End to end testing

Angular ships with a baked-in end-to-end test runner that understands angular, your app and allows you to write your tests with jasmine-like BDD syntax.

Requires a webserver, node app

Check out the end-to-end runner's documentation for more info.