Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tynes/react-starterkit

A starter kit that comes with react and webpack, ready to go
https://github.com/tynes/react-starterkit

Last synced: 9 days ago
JSON representation

A starter kit that comes with react and webpack, ready to go

Awesome Lists containing this project

README

        

# React Starterkit

Comes with React and Webpack!

To start the server:
```
npm run serve
```

To have webpack watch:
```
npm run watch
```

This template is ready to be forked and quickly turned into something!

The Webpack config is based on the [Survive JS Webpack Guide](http://survivejs.com/webpack/introduction/)

Next is to implement hot reloading