https://github.com/hayleigh-dot-dev/elm-audio-app
A template repository for Web Audio Elm applications.
https://github.com/hayleigh-dot-dev/elm-audio-app
elm web-audio-api
Last synced: over 1 year ago
JSON representation
A template repository for Web Audio Elm applications.
- Host: GitHub
- URL: https://github.com/hayleigh-dot-dev/elm-audio-app
- Owner: hayleigh-dot-dev
- License: mit
- Created: 2019-07-22T15:22:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:01:08.000Z (over 3 years ago)
- Last Synced: 2025-03-20T00:41:21.237Z (over 1 year ago)
- Topics: elm, web-audio-api
- Language: JavaScript
- Homepage:
- Size: 672 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-audio-app
This is a basic template repository for building Web Audio applications in Elm.
It uses my own `elm-web-audio` package for creating audio graphs inside of Elm
and `parcel-bundler` to build the application.
Pull requests are very welcome!
## Installing
Clone the repository and run `npm install` (This means you need node/npm installed first!).
## Developing
Run `npm run dev` to spin up a development server with hot realoding.
## Building
Run `npm run build` to compile everything into the dist/ directory.