# react-demo-kit **Repository Path**: mirrors_svenanders/react-demo-kit ## Basic Information - **Project Name**: react-demo-kit - **Description**: Starter kit for developing react apps - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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