Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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**