Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1013 Bytes

README.md

File metadata and controls

51 lines (43 loc) · 1013 Bytes

JSLoops

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.

Technologies

  • Full Stack JavaScript
  • Web Audio API
  • HTML5 Canvas
  • jQuery, sass, jade, gulp

Links

Setup

Dependencies

npm install -g gulp node-serve
# we will need sass
gem install sass

Install & build

npm install
bower install
gulp build

Running options

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