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
57
57
$ yarn
58
58
```
59
59
60
- ** Run the SQLite migration**
60
+ ** Step # 3 ** - Run the SQLite migration via TypeORM
61
61
62
62
```
63
63
$ yarn typeorm migration:run
64
64
```
65
65
66
- ** Step #3 ** - Start the API server (development mode)
66
+ ** Step #4 ** - Start the API server (development mode)
67
67
68
68
``` bash
69
69
$ npm dev
70
70
// OR
71
71
$ yarn dev
72
72
```
73
73
74
- ** Step #4 ** - Production Build (files generated in ` build ` directory)
74
+ ** Step #5 ** - Production Build (files generated in ` build ` directory)
75
75
76
76
``` bash
77
77
$ npm build
78
78
// OR
79
79
$ yarn build
80
80
```
81
81
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 ` )
83
83
84
84
``` bash
85
85
$ npm start
You can’t perform that action at this time.
0 commit comments