Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 2.14 KB

README.rst

File metadata and controls

71 lines (54 loc) · 2.14 KB

NOTE

All activities continue on repository: https://github.com/leocorn/javascript-sandbox

Demo page on: https://dev.leocorn.com/javascript-sandbox

travis npm-version npm-license

It is very simple to get started with JavaScript programming.

install:$ npm install
unit and e2e test:$ npm test
unit test:$ npm run unit-test
e2e test:$ npm run e2e-test
webdriverio test:$ npm run wdio-test
demo app:$ npm run express-app

Visit http://localhost:8900/demo for demo applications.

Sandbox to learn node.js

A fun place to learn node.js story by story

Dependence Check List

nodejs fun depends on the following tools and softwares:

  • nodejs, npm, bower
  • Git
  • Java version 1.7 or higher, to run Selenium standalone server.
  • OPTIONAL Xvfb for command line testing. both karma runner and protractor depend on this.

Fun TODOs

The learning TODO list:

  • webpack to pack js files, css files, etc.
  • javascript code coverage
  • integration with codecov.io

nodei