Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slaterbbx committed Jan 10, 2021
1 parent 7c2c658 commit 97e2622
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ Everything functions the same as it would while normally using Next.js to develo
Install node_modules
`npm install`
### Run development server:
Run the dev server with hot module reload and nodemon server auto restart<br>
`npm run dev`
Run the dev server with hot module reload and nodemon server auto restart<br>
NOTE: Make sure ts-node is also installed globally. (dev environment only)
`npm start`
### Build optimized server and client:
Build files are output to ./distServer folder
`npm run build` ( builds all files for production / Client and Server )
### Run production server:
Runs the optimized build from the ./distServer folder
`npm start`
`npm run production`

## 📚 Resources:
### Redux dev tools
Expand Down

0 comments on commit 97e2622

Please sign in to comment.