Skip to content

benfoxall/joustjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JoustJS

# install dependencies
npm install

# compile es2015 -> es5 with babel
npm run build

# run development server
# (babel & live reload)
npm run watch