Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cht8687/react-webpack-starter-kit
React Webpack Starter Kit--- no Flux, Redux, Reflux, chose your own framework...
https://github.com/cht8687/react-webpack-starter-kit
Last synced: 10 days ago
JSON representation
React Webpack Starter Kit--- no Flux, Redux, Reflux, chose your own framework...
- Host: GitHub
- URL: https://github.com/cht8687/react-webpack-starter-kit
- Owner: cht8687
- Created: 2015-11-04T11:37:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T23:41:20.000Z (about 7 years ago)
- Last Synced: 2024-10-12T00:37:17.620Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-webpack-starter-kit
Quickly start your next project with React/Webpack/ES6/...
* No Redux,flux, clean React + Webpack
## Install it:
```bash
git clone https://github.com/cht8687/react-webpack-starter-kit.git
```
```bash
cd react-webpack-starter-kit
```
You might want to remove the git files first before you start implement your awesome app:```bash
rm -rf .git
git init
```
```bash
npm install
```
```bash
webpack-dev-server
```# Then
```bash
open http://localhost:8080/webpack-dev-server/
```## License
MIT