mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Fix misspelling (#3468)
This commit is contained in:
committed by
Dan Abramov
parent
47af4b42cd
commit
657d145f34
@@ -1816,7 +1816,7 @@ npm run analyze
|
||||
|
||||
## Deployment
|
||||
|
||||
`npm run build` creates a `build` directory with a production build of your app. Set up your favourite HTTP server so that a visitor to your site is served `index.html`, and requests to static paths like `/static/js/main.<hash>.js` are served with the contents of the `/static/js/main.<hash>.js` file.
|
||||
`npm run build` creates a `build` directory with a production build of your app. Set up your favorite HTTP server so that a visitor to your site is served `index.html`, and requests to static paths like `/static/js/main.<hash>.js` are served with the contents of the `/static/js/main.<hash>.js` file.
|
||||
|
||||
### Static Server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user