Skip to content

A code for transpiling and bundling JavaScript code using esbuild.

Notifications You must be signed in to change notification settings

Nattie-Nkosi/js-bundler-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Bundler

  • This is a code for transpiling and bundling JavaScript code from latest JavaScript syntax(es2015+) to Common JS.
  • The bundled code will be ready to be executed.

Why Transpiling and Bundling JavaScript Code?

  • As part of my project, the plan was to build an interactive browser-based coding environment. like Codepen.

Tech Stack used

  • TypeScript
  • Esbuild An extremely fast javascript bundler
  • Axios to fetch npm parkages

Requirements and how to use it

  • Create react app npx create-react-app <appname> --template typescript or
  • Create angular app npm install -g @angular/cli or
  • Create vue app vue create my-project-name
  • Create bundler folder and include it inside src folder.

About

A code for transpiling and bundling JavaScript code using esbuild.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published