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

https://github.com/nodejh/start-react-with-webpack

Start React with Webpack
https://github.com/nodejh/start-react-with-webpack

Last synced: about 1 year ago
JSON representation

Start React with Webpack

Awesome Lists containing this project

README

          

# start react with webpack

## Quick Start

run:

```
$ git clone https://github.com/nodejh/start-react-with-webpack react-sample
$ cd react-sample && npm install
$ npm run dev
```

Then open `http://localhost:8080` in browser, you will see this:

![likes](./images/Start-React-with-Webpack-like.png)

## More

[Start React With Webpack](http://nodejh.com/2016/09/09/Start-React-with-Webpack/)