Skip to content

Commit 97e2622

Browse files
committed
updated readme
1 parent 7c2c658 commit 97e2622

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ Everything functions the same as it would while normally using Next.js to develo
3232
Install node_modules
3333
`npm install`
3434
### Run development server:
35-
Run the dev server with hot module reload and nodemon server auto restart<br>
36-
`npm run dev`
35+
Run the dev server with hot module reload and nodemon server auto restart<br>
36+
NOTE: Make sure ts-node is also installed globally. (dev environment only)
37+
`npm start`
3738
### Build optimized server and client:
3839
Build files are output to ./distServer folder
3940
`npm run build` ( builds all files for production / Client and Server )
4041
### Run production server:
4142
Runs the optimized build from the ./distServer folder
42-
`npm start`
43+
`npm run production`
4344

4445
## 📚 Resources:
4546
### Redux dev tools

0 commit comments

Comments
 (0)