We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d0fa7 commit 113060bCopy full SHA for 113060b
readme.md
@@ -35,7 +35,7 @@ Install node_modules
35
Run the dev server with hot module reload and nodemon server auto restart<br>
36
`npm run dev`
37
### Build optimized server and client:
38
-Build files are output to ./dist folder
+Build files are output to ./distServer folder
39
`npm run build` ( builds all files for production / Client and Server )
40
### Run production server:
41
Runs the optimized build from the ./distServer folder
0 commit comments