Project template for developing soundworks applications.
For a complete documentation of soundworks, please refer to http://collective-soundworks.github.io
git clone https://github.com/collective-soundworks/soundworks-template.git my-application
cd my-application
rm -Rf .git
npm install
npm run dev
The @soundworks/template-build
package contains all the build scripts for the soundworks-template
The @soundworks/template-helpers
package contains common helpers (views, etc.) shared by most the applications.
In version 3.1.0: the soundworks-template
aims at supporting all major evergreen browsers and iOS Safari >= 9.3.5
BSD-3-Clause