Skip to content

spencerhandley/Famo.us-Binary-Tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Famo.us Binary Tree

A Binary Tree Data Structure Vizualization using Famo.us Demo here

###Installation

npm install -g browserify watchify # first install browserify and watchify
git clone https://github.com/spencer48/Famo.us-Binary-Tree
\# rm -rf .git && git init && git commit -m "Make it so" # optionally reset git history
npm i # install dependencies

###Development Run the dev server with npm run start-dev

Now the dev server should run on localhost:1337

Run the linters with npm run-script lint

Run All Tests with npm test


###Production Start production server with npm start

You can also build the payload with npm run build

About

A Seed Project to get started with browserify and Famo.us

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • CSS 1.7%