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 e41a01c commit 8ab0953Copy full SHA for 8ab0953
README.md
@@ -24,6 +24,12 @@ yarn start
24
25
Direct your browser to `http://localhost:3000`.
26
27
+For production builds:
28
+
29
+```
30
+yarn run prod:start
31
32
33
## Directory Structure
34
```
35
├── client # Client-side code
package.json
@@ -19,7 +19,7 @@
19
"dev:start:client": "better-npm-run dev:start:client",
20
"dev:build": "better-npm-run dev:build",
21
"prod:build": "better-npm-run prod:build",
22
- "prod:start": "better-npm-run prod:start ",
+ "prod:start": "better-npm-run prod:build && better-npm-run prod:start ",
23
"test": "better-npm-run test",
"test:all": "better-npm-run test:all",
"test:watch": "better-npm-run test:watch",
0 commit comments