File tree Expand file tree Collapse file tree 1 file changed +35
-3
lines changed Expand file tree Collapse file tree 1 file changed +35
-3
lines changed Original file line number Diff line number Diff line change 1
1
This is a simple nodejs boilerplate application, which uses router-services-model architecture to build the api's.
2
2
3
- <b >To Run the application in production mode </b > <br />
3
+
4
+ ## Requirements
5
+
6
+ [ NodeJS] ( http://nodejs.org/en/ )
7
+
8
+ Install global TypeScript and TypeScript Node
9
+
10
+ ```
11
+ npm install -g typescript ts-node
12
+ ```
13
+
14
+ ## Clone this repository
15
+
16
+ ```
17
+ git clone git@github.com:lineldcosta/rest-api-boilerplate.git .
18
+ ```
19
+
20
+ Then install the dependencies
21
+
22
+ ```
23
+ npm install
24
+ ```
25
+
26
+ ## To Run the application in production mode
27
+
28
+ ```
4
29
yarn start:prod
30
+ ```
31
+
32
+ ## To Run the application in development mode
5
33
6
- < b >To Run the application in development mode </ b > < br />
34
+ ```
7
35
yarn start:dev
36
+ ```
37
+
38
+ ## To Run the tests
8
39
9
- < b >To Run the tests </ b > < br />
40
+ ```
10
41
Yarn test
42
+ ```
You can’t perform that action at this time.
0 commit comments