Skip to content

alex-milanov/jsloops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published