https://github.com/ducksoupdev/react-app-webpack
Test React app with Webpack
https://github.com/ducksoupdev/react-app-webpack
react webpack webpack4
Last synced: 2 months ago
JSON representation
Test React app with Webpack
- Host: GitHub
- URL: https://github.com/ducksoupdev/react-app-webpack
- Owner: ducksoupdev
- Created: 2018-01-02T10:22:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T06:41:11.000Z (about 8 years ago)
- Last Synced: 2025-03-27T22:34:08.400Z (about 1 year ago)
- Topics: react, webpack, webpack4
- Language: JavaScript
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test React app with Webpack 4
This is a test app with dev/hot-reload mode using Webpack Dev Server.
### Development
```sh
$ yarn start
```
### Production
```sh
$ yarn run build
$ yarn run serve
```