Skip to content

Commit bf2876d

Browse files
davidascherromaindso
authored andcommitted
Fix instructions for serving with now (facebook#2052)
* Fix instructions for serving with now Not sure if new, but the `--single` flag is now important. * Keep it shorter
1 parent 6fc3a66 commit bf2876d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ When you build the project, Create React App will place the `public` folder cont
15161516
3. Add this line to `scripts` in `package.json`:
15171517
15181518
```
1519-
"now-start": "serve build/",
1519+
"now-start": "serve -s build/",
15201520
```
15211521
15221522
4. Run `now` from your project directory. You will see a **now.sh** URL in your output like this:

0 commit comments

Comments
 (0)