You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A [Yeoman](http://yeoman.io) generator for [AngularJS](http://angularjs.org) and
4
4
5
5
## Installation
6
6
7
-
Install [Git](http://git-scm.com), [node.js](http://nodejs.org), and [Ruby](https://www.ruby-lang.org/). The development mode also requires [SQLite](http://www.sqlite.org).
7
+
Install [Git](http://git-scm.com) and [node.js](http://nodejs.org). The development mode also requires [SQLite](http://www.sqlite.org).
8
8
9
9
Install Yeoman:
10
10
@@ -22,9 +22,9 @@ In a new directory, generate the service:
22
22
23
23
Run the service:
24
24
25
-
rackup
25
+
node app.js
26
26
27
-
Your service will run at [http://localhost:9292](http://localhost:9292).
27
+
Your service will run at [http://localhost:3000](http://localhost:3000).
28
28
29
29
30
30
## Creating a persistent entity
@@ -45,7 +45,7 @@ You will be asked to specify attributes for the entity, where each attribute has
45
45
46
46
Run the service:
47
47
48
-
rackup
48
+
node app.js
49
49
50
50
A client-side AngularJS application will now be available by running
0 commit comments