Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkh44/emotion-beats
Using emotion, next, and react to build an over engineered beat machine.
https://github.com/tkh44/emotion-beats
Last synced: 2 months ago
JSON representation
Using emotion, next, and react to build an over engineered beat machine.
- Host: GitHub
- URL: https://github.com/tkh44/emotion-beats
- Owner: tkh44
- Created: 2017-09-27T18:01:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T23:38:14.000Z (about 7 years ago)
- Last Synced: 2024-08-29T18:35:41.420Z (4 months ago)
- Language: JavaScript
- Homepage: https://emotion-beats.now.sh/
- Size: 1.85 MB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Emotion Beats
Example for [emotion](https://github.com/emotion-js/emotion) with [next](https://github.com/zeit/next.js) and [React](https://github.com/facebook/react)
#### Installation
```bash
$ npm install
```#### Development
```bash
$ npm run dev
```#### Production
```bash
$ npm run build && npm run start
```
**inspired by https://github.com/siggy/beatboxer**