https://github.com/weichiachang/react-webpack-starter
A starter kit based on React and Webpack
https://github.com/weichiachang/react-webpack-starter
boilerplate react starter webpack
Last synced: 3 months ago
JSON representation
A starter kit based on React and Webpack
- Host: GitHub
- URL: https://github.com/weichiachang/react-webpack-starter
- Owner: WeiChiaChang
- Created: 2018-05-04T04:06:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T02:39:27.000Z (about 8 years ago)
- Last Synced: 2025-03-17T00:38:29.344Z (over 1 year ago)
- Topics: boilerplate, react, starter, webpack
- Language: JavaScript
- Homepage: https://weichiachang.github.io/react-webpack-starter/
- Size: 402 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Webpack-Starter
> A starter kit based on React and Webpack for personal practice.
## Setup
```shell
# Install dependencies
npm i
# Serve on localhost:8080 as default port
npm start
# Build for production usage
npm run build
```
## Reference
- [Repo](https://github.com/bradtraversy/react_webpack_starter)
- [YouTube](https://www.youtube.com/watch?v=deyxI-6C2u4)
- [Tutorial](https://love2.io/@hfpp2012/doc/webpack-tutorial/README.md)
## License 
MIT © [WeiChiaChang](https://github.com/WeiChiaChang)