Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Web JS Playground Application

This application uses script tag to load Web JS library.

How to run

  1. create bundler by running npm run build:bundler:local on main folder.
  2. install npm i -g serve
  3. run serve -s . on this folder