File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,29 +57,29 @@ $ npm i
5757$ yarn
5858```
5959
60- ** Run the SQLite migration**
60+ ** Step # 3 ** - Run the SQLite migration via TypeORM
6161
6262```
6363$ yarn typeorm migration:run
6464```
6565
66- ** Step #3 ** - Start the API server (development mode)
66+ ** Step #4 ** - Start the API server (development mode)
6767
6868``` bash
6969$ npm dev
7070// OR
7171$ yarn dev
7272```
7373
74- ** Step #4 ** - Production Build (files generated in ` build ` directory)
74+ ** Step #5 ** - Production Build (files generated in ` build ` directory)
7575
7676``` bash
7777$ npm build
7878// OR
7979$ yarn build
8080```
8181
82- ** Step #5 ** - Start the API server for production (files served from ` build/index.js ` )
82+ ** Step #6 ** - 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