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!
- Host: GitHub
- URL: https://github.com/spilth/noisepanel
- Owner: spilth
- Archived: true
- Created: 2019-09-24T22:39:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T23:38:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-13T06:12:47.541Z (over 1 year ago)
- Topics: audio, react, single-page-app, soundboard, typescript
- Language: TypeScript
- Homepage:
- Size: 18.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)_