We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63508ad commit f44632aCopy full SHA for f44632a
.docker/node.development.dockerfile
@@ -2,7 +2,7 @@ FROM node:latest
2
3
MAINTAINER Dan Wahlin
4
5
-WORKDIR /var/www/angular2restfulservice
+WORKDIR /var/www/angular2noderestfulservice
6
7
RUN npm install nodemon -g
8
README.md
@@ -47,10 +47,10 @@ to call a Node.js RESTful service.
47
48
1. Install Gulp: `npm install gulp -g`
49
50
-1. Run `gulp copy:libs`
51
-
52
1. Run `npm install`
53
+1. Run `gulp copy:libs`
+
54
1. Run `npm run tsc:w` to compile TypeScript to JavaScript locally (leave the window running). This is only needed when in "dev" mode.
55
56
1. Open another command window and navigate to this application's root folder in the command window
0 commit comments