Skip to content

Commit 75671c5

Browse files
Update README.md
1 parent 77a7219 commit 75671c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)