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

https://github.com/abertschi/webpack-react-starterkit

Starterkit for webpack based projects with aims for simplicity.
https://github.com/abertschi/webpack-react-starterkit

Last synced: about 2 months ago
JSON representation

Starterkit for webpack based projects with aims for simplicity.

Awesome Lists containing this project

README

        

# react-webpack-starter-kit

Starterkit for webpack based projects with aims for simplicity.

- webpack-dev-server
- ReactJS with react-hot-loader
- babel
- Loaders
- file, url, style, sass, autoprefixer

## Run
```
$ npm run build // builds bundle
$ npm run dev // starts dev-server for live-reload
```

Browse [http://localhost:8080/webpack-dev-server/](http://localhost:8080/webpack-dev-server/).