Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wallacyyy/reactly-starter-kit

Deployable React + Webpack 2 starter kit
https://github.com/wallacyyy/reactly-starter-kit

babel express heroku hot-reload react react-hot-loader-3 starter-kit webpack webpack2

Last synced: about 1 month ago
JSON representation

Deployable React + Webpack 2 starter kit

Awesome Lists containing this project

README

        

# Deployable React + Webpack 2 starter kit

- React 15
- Webpack 2
- React-hot-loader 3
- SASS

Running on development mode:
```
npm run dev
```

Running on production mode:
```
npm run build
npm start
```

Before you deploy, make sure you generated your bundle through `npm run build`.