-
Development
- Developing through webpack-dev-server (with HMR turned on)
- execute command
yarnto install dependencies - execute command
yarn run devto start devServer - visit
http://localhost:3000 - start developing
- execute command
- Developing with stand-alone node web server
- execute command
yarnto install dependencies - execute command
yarn run watchto start webpack and watch files - execute command
yarn run serverto start web server on which bundled files would be hosted - visit
http://localhost:3000 - start developing
- execute command
- Developing through webpack-dev-server (with HMR turned on)
-
Production
- Server production app with node web server
- execute command
yarnto install dependencies - execute command
yarn run buildto generate bundle files - execute command
yarn run serverto start web server on which bundled files would be hosted - visit
http://localhost:3000
- execute command
- Server production app with node web server
generated from StephanieTM/fe-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
StephanieTM/react-digging
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
react digging
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published