Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

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