angularjs-tutorial-ui
v0.0.0-alpha.32
Published
This is the client side for the sample application for the Ruby on Rails Tutorial: Learn Web Development with Rails by Michael Hartl made with the MEAN stack.
Downloads
9
Readme
AngularJS Tutorial: sample application (client)
This is the sample application for the Ruby on Rails Tutorial: Learn Web Development with Rails by Michael Hartl done with AngularJS.
Instructions
Clone repository, create an env.json
file in the root directory with this structure:
{
"api_server_url": "http://your/api/server/url/here",
"dev_api_server_url": "http://localhost:8000"
}
Change the urls accordingly and then run npm install
and bower install
.
For running end to end tests you will also need to run ./node_modules/protractor/bin/webdriver-manager update
.
You are good to go!