=============
To try various JS libs with ES6.
- Clone this repository.
- Prepare the environment. You are recommended to use asdf for installing node.js.
$ cd training-js-libs
$ npm run try src/es6.js
$ npm run try:all
- Install libs which you want to try, and create new JS file or fix "src/*.js" for trying them.
$ npm install <TRIED_LIB>
$ npm run try <JS_FILE>
- try REPL.
$ npm run try
> 1 + 1