File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,15 @@ Everything functions the same as it would while normally using Next.js to develo
3232Install 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:
3839Build files are output to ./distServer folder
3940` npm run build ` ( builds all files for production / Client and Server )
4041### Run production server:
4142Runs the optimized build from the ./distServer folder
42- ` npm start `
43+ ` npm run production `
4344
4445## 📚 Resources:
4546### Redux dev tools
You can’t perform that action at this time.
0 commit comments