Skip to content

jasongrout/phosphor-notebook

 
 

Repository files navigation

Phosphor notebook

Installation

git clone https://github.com/jasongrout/phosphor-notebook.git
cd phosphor-notebook
npm install
bower install
tsd reinstall -so
gulp

Running

Run a static webserver in the root directory of the repo and go to http://localhost:8080.

Python

python -m SimpleHTTPServer 8080

Node

Install http-server (npm install -g http-server), and then do

http-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.3%
  • JavaScript 2.2%
  • HTML 1.3%
  • CSS 0.2%