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
- Host: GitHub
- URL: https://github.com/mrseanbaines/drum-machine
- Owner: mrseanbaines
- Created: 2018-08-04T17:55:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T20:35:23.000Z (over 6 years ago)
- Last Synced: 2025-01-25T07:08:01.396Z (3 months ago)
- Topics: drum-machine, es2015, es6, grid-styled, javascript, react, reactjs, styled-components
- Language: JavaScript
- Homepage:
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/