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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,19 @@ It also uses Gulp for running task and TsLint.The seed application is built over
19
19
1. Latest version of Node to be installed.
20
20
2. Install MongoDB and make sure it is running on default port 27017 (if not then please configure constants.ts and change the connection for mongoDB).
21
21
22
+
## Global packages
23
+
```
24
+
npm install ts-node -g
25
+
npm install typescript-node -g
26
+
```
27
+
22
28
## Steps to Run
23
29
```sh
24
30
npm install <= install all the npm Dependencies
25
31
npm run build <= build and compile the dest folder
26
32
npm run deploy <= start the Nodemon and watch for changes.
0 commit comments