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

https://github.com/spilth/noisepanel

Make some noise!
https://github.com/spilth/noisepanel

audio react single-page-app soundboard typescript

Last synced: about 1 year ago
JSON representation

Make some noise!

Awesome Lists containing this project

README

          

# noisepanel.io

This is a React 16 app.

## Prerequisites

- Node 10.16.0
- Yarn 1.17.3 or higher

## Quick start

Install dependencies:

```
yarn install
```

Start the server:

```
yarn start
```

This will launch the app at:

## Task reference

- **`yarn start`** starts the development server listing on port 3000. Changes to .js or .scss files automatically refresh in the browser.
- **`yarn test`** runs tests in "watch" mode, automatically focusing on tests or code that were modified since the last commit. Press the `a` key after the test runner has started to watch all tests in the project.
- **`yarn test:coverage`** runs all tests, prints coverage stats, and then exits.
- **`yarn lint`** runs all ESLint checks and then exits.
- **`yarn build`** generates an optimized bundle of the app into the `build` directory, suitable for deployment.

---

_Generated by [spraygun-react-ts](https://github.com/carbonfive/spraygun-react-ts)_