Skip to content

xml/jschannel-flux-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

You need a recent version of Node installed. Other than that, NPM should take care of everything for you.

Installation

After you clone the repo with git, install all dependencies with:

npm install

##Operation We need a server for this app. Use any you like, but if you don't have a preference, you can get a ultra-simple Node HTTP server with:

npm install -g httpster

We need to launch the auto-compiler for our Browserified JS:

gulp

Then, launch a web server to let us see our compiled work in-browser. The files we want to serve are in /dist:

cd dist

Launch the web server we just installed with:

httpster

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published