Skip to content

Commit defacf2

Browse files
authored
Update README.md
1 parent 9d35bbe commit defacf2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ It also uses Gulp for running task and TsLint.The seed application is built over
1919
1. Latest version of Node to be installed.
2020
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).
2121

22+
## Global packages
23+
```
24+
npm install ts-node -g
25+
npm install typescript-node -g
26+
```
27+
2228
## Steps to Run
2329
```sh
2430
npm install <= install all the npm Dependencies
2531
npm run build <= build and compile the dest folder
2632
npm run deploy <= start the Nodemon and watch for changes.
2733
```
2834

29-
## Global packages
30-
```
31-
npm install ts-node -g
32-
npm install typescript-node -g
33-
```
34-
3535
## Directory Structure
3636

3737
```

0 commit comments

Comments
 (0)