Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 613 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 613 Bytes

JS Processing demos

Several demos related with different types of actions performed to JS/TS code before shipping it.

To install all the dependencies for running the demos, run

$ yarn install

To run each demo, use

$ yarn run demo_category/demo_name

Check the scripts section of the package.json to see all the available demos

There is also a clean script to delete all generated files

$ yarn clean

Available demos

Transpiling

  • Basic

  • React

Typescript

  • Basic

Modules

  • CommonJS

  • ESM

Bundling

  • Basic

  • Minified

  • Dependencies