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

https://github.com/mrseanbaines/drum-machine

A drum machine built using React, Styled Components & Grid Styled
https://github.com/mrseanbaines/drum-machine

drum-machine es2015 es6 grid-styled javascript react reactjs styled-components

Last synced: about 1 month ago
JSON representation

A drum machine built using React, Styled Components & Grid Styled

Awesome Lists containing this project

README

        

# Drum Machine
A drum machine built using React, Styled Components & Grid Styled

## Setup
Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.

To get started, run the following commands:

1. Install dependencies:
```sh
npm install
```
2. Run the app:
```sh
npm start
```
3. View the project at http://localhost:3000/