https://github.com/vovanr/test-webpack-react
My webpack React playground
https://github.com/vovanr/test-webpack-react
Last synced: 3 months ago
JSON representation
My webpack React playground
- Host: GitHub
- URL: https://github.com/vovanr/test-webpack-react
- Owner: VovanR
- Created: 2016-08-23T07:46:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T13:23:43.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T19:32:27.137Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-webpack-react
> My webpack React playground
## Install
```
npm i
```
## Build
```
npm run build
```
## Develop
```
npm start
```
Open [localhost:8080/webpack-dev-server](http://localhost:8080/webpack-dev-server/)
## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)