Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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