Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/react-demo-kit
Starter kit for developing react apps
https://github.com/robbestad/react-demo-kit
Last synced: about 1 month ago
JSON representation
Starter kit for developing react apps
- Host: GitHub
- URL: https://github.com/robbestad/react-demo-kit
- Owner: robbestad
- Created: 2014-08-29T09:33:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-29T10:05:47.000Z (over 10 years ago)
- Last Synced: 2024-04-13T17:11:10.832Z (9 months ago)
- Language: CSS
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Kit
A starting point for creating apps with React
## Build
Clone the repo.
*npm install*
*gulp*## Workflow
Do all your work in 'src'. Monitor & build by executing **gulp**. Distribute the 'dist' folder
## Deploy on Heroku
Add the following buildpack:
heroku config:set BUILDPACK_URL=https://github.com/CHH/heroku-buildpack-php
Deploy the 'dist' folder:
git subtree push --prefix dist heroku master
Or easier still:
gulp git-push
Add database (if needed)
heroku addons:add cleardb:ignite
Retrieve database URL
heroku config | grep CLEARDB_DATABASE_URL