File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ Authentication Flow uses [json web tokens](https://jwt.io) via Passport library
4242
4343## How to use the code
4444
45- ** Clone the sources **
45+ ** Step # 1 ** - Clone the project (private repository)
4646
4747``` bash
4848$ git clone https://github.com/app-generator/priv-api-server-nodejs.git
4949$ cd priv-api-server-nodejs
5050```
5151
52- ** Install dependencies ** via NPM or Yarn
52+ ** Step # 2 ** - Install dependencies via NPM or yarn
5353
5454``` bash
5555$ npm i
@@ -63,23 +63,23 @@ $ yarn
6363$ yarn typeorm migration:run
6464```
6565
66- ** Start the API server** - development mode
66+ ** Step # 3 ** - Start the API server ( development mode)
6767
6868``` bash
6969$ npm dev
7070// OR
7171$ yarn dev
7272```
7373
74- ** Production Build ** - files generated in ` build ` directory
74+ ** Step # 4 ** - Production Build ( files generated in ` build ` directory)
7575
7676``` bash
7777$ npm build
7878// OR
7979$ yarn build
8080```
8181
82- ** Start the API server** - for production (files served from ` build/index.js ` )
82+ ** Step # 5 ** - Start the API server for production (files served from ` build/index.js ` )
8383
8484``` bash
8585$ npm start
You can’t perform that action at this time.
0 commit comments