All activities continue on repository: https://github.com/leocorn/javascript-sandbox
Demo page on: https://dev.leocorn.com/javascript-sandbox
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.
A fun place to learn node.js story by story
- npm basic usage
- Gulp Story
- Karma Story
- jQuery Story
- Selenium WebDrivers Story
- Web Server Story
- Protractor Story
- Express Story
- JavaScript Quality
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.
The learning TODO list:
- webpack to pack js files, css files, etc.
- javascript code coverage
- integration with codecov.io