This TypeScript application is based on the original soundworks-template
while supporting TypeScript in the developing process. The local tsconfig.json
is used for the configuration. Please beware, that that "noEmit": true
should be enabled to actually not build the output, but only to check it.
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
@soundworks/template-build
The @soundworks/template-build
package contains all the build scripts for the soundworks-template
@soundworks/template-helpers
The @soundworks/template-helpers
package contains common helpers (views, etc.) shared by most the applications.
BSD-3-Clause
Generated using TypeDoc