sanket143 / nodebook

A web-based notebook environment for interactive computing with Node.js
0 stars 0 forks source link

Nodebook (WIP)

A web-based notebook environment for interactive computing with Node.js

Build Setup

# clone the repo
$ git clone https://github.com/wrurle/nodebook.git
$ cd nodebook

# install dependencies
$ npm install

# serve with hot reload at localhost:41430
$ npm run dev