Skip to content

GuilleDF/js-processing-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demos for JS Processing workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published