JSLoops is Full-Stack JavaScript Music Production Web App in development, part of a the live coding stream "Fun Stuff With JavaScript" at https://www.livecoding.tv/alex_milanov/
The core idea behind it is to create a cloud based music making app that I would actualy use myself.
- Full Stack JavaScript
- Web Audio API
- HTML5 Canvas
- jQuery, sass, jade, gulp
- Live coding stream (Mon-Fri 21:00/22:00 EEST)
- Demo
- Trello
npm install -g gulp node-serve
# we will need sass
gem install sass
npm install
bower install
gulp build
the easiest way
# launches gulp build and gulp serve
gulp
just serving
# launches static server, watch and livereload
gulp serve
less resource heavy opiton
# open in 2 tabs
serve --path dist
gulp watch