Skip to content
This repository was archived by the owner on Jun 7, 2019. It is now read-only.

ttokutake/training-js-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

training-js-libs

=============

What is this?

To try various JS libs with ES6.

Usage

  1. Clone this repository.
  2. 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
  1. 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>
  1. try REPL.
$ npm run try
> 1 + 1

About

Learn the usage of JavaScript libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published