All activities continue on repository: https://github.com/leocorn/javascript-sandbox
Demo page on: https://dev.leocorn.com/javascript-sandbox
A sandbox and playground to learn Node.js and have fun!
It is very simple to get started with JavaScript programming.
$ git clone https://github.com/leocornus/leocornus-nodejs-sandbox.git
$ cd leocornus-nodejs-sandbox
$ npm install
$ npm run express-app
Visit http://localhost:8900/demo for demo applications.