# react-sinewave **Repository Path**: mirrors_svenanders/react-sinewave ## Basic Information - **Project Name**: react-sinewave - **Description**: Testing how well a DOM-made sinewave responds in React - **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-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Sin Testing a DOM-based sinewave with React Check out [the result](http://reactsin.herokuapp.com/) ## 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 (First deploy) 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 heroku ---- Add database (if needed) heroku addons:add cleardb:ignite Retrieve database URL heroku config | grep CLEARDB_DATABASE_URL