We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433ad34 commit d19d16fCopy full SHA for d19d16f
README.md
@@ -42,7 +42,13 @@ This project was built using these technologies.
42
- `CD` into the project's directory.
43
- Run `npm install`.
44
- Run `npm start`.
45
-- To run an optimized production build use `npm run build`
+
46
+## Running an optimized build
47
+- Run `npm install`.
48
+- Run `npm run build` to create an optimized build.
49
+- Run `install -g serve` to install serve globally.
50
+- Run `serve -s build` to serve the optimized build.
51
+- From the terminal, you can see the local address & network address to view the build, copy and paste it in your browser.
52
53
## Known Issues
54
- Security issues found in dependencies, See issue [#26](https://github.com/OudomMunint/StudioZed-ReactJS/issues/26)
0 commit comments