Exercises for the ATIAM WebAudio course
exercises
contains the boilerplate code for the exercisescorrection
contains the complete code of the exercisesproject
contains the boilerplate code for the final project
cd path/to/exercises
npm install
npm run dev
The application will be accessible at http://localhost:5000/
launch the server and, watch the file system and transpile on save
build the application
launch the server
- Benjamin Matuszewski [email protected]
- Victor Paredes [email protected]
BSD-3-Clause