Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wallacyyy/reactly-starter-kit
- Owner: wallacyyy
- Archived: true
- Created: 2015-08-04T01:23:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T14:45:36.000Z (over 7 years ago)
- Last Synced: 2024-09-23T20:02:02.796Z (about 1 month ago)
- Topics: babel, express, heroku, hot-reload, react, react-hot-loader-3, starter-kit, webpack, webpack2
- Language: JavaScript
- Homepage: http://tinyurl.com/jxndbd8
- Size: 160 KB
- Stars: 116
- Watchers: 9
- Forks: 60
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deployable React + Webpack 2 starter kit
- React 15
- Webpack 2
- React-hot-loader 3
- SASSRunning 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`.