Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/react-demo-1
react demo 1 (for presentation)
https://github.com/robbestad/react-demo-1
Last synced: 20 days ago
JSON representation
react demo 1 (for presentation)
- Host: GitHub
- URL: https://github.com/robbestad/react-demo-1
- Owner: robbestad
- Created: 2014-08-24T06:56:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T10:34:21.000Z (over 10 years ago)
- Last Synced: 2024-04-13T17:11:00.632Z (8 months ago)
- Language: JavaScript
- Size: 945 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Responsive App with BareKit
A HTML app using the CSS framework BareKit and Gulp for workflow.
[Live Demo](http://barekit.herokuapp.com/ "Barekit") of the app.
![Screenshot](https://photos-1.dropbox.com/t/0/AABuY1GaopzMciOWvglauqKgIDdtw_i__qODGmR2iNU2Vw/12/4243170/png/320x320/1/_/0/4/screenshot.png/lqiesby7gg25zzb/AACtlbUY4XvkS337KyP3ni5ga/screenshot.png)
## Build
Clone the repo.
*npm install*
*gulp*## Workflow
Do all your work in dev. 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
If you don't have subtree installed (in case you're running an old version of git), execute the following commands:
git clone git://github.com/apenwarr/git-subtree.git
cd git-subtree
sudo sh install.sh