2.2.0 • Published 2 years ago

react-esbuild-starter v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-esbuild-starter

Starter template for React and Typescript.

It provides minimal yet 🔥 blazing fast ™ development boilerplate for rapid React prototyping.

  • yarn start Starts typescript typechecking and esbuild in watch mode, and serves web page at localhost:5000.
  • yarn build Builds production bundle for browser, outputs bundle to dist/bundle.js with source map.
  • yarn clean Clean up assets produced by esbuild.

All code bundling and transpilation is handled by esbuild. Its configuration is kept inside esbuild.config.mjs. Follow esbuild docs to see all supported options.

Edit on StackBlitz ⚡️