douglaseggleton / esbuild-react-starter

A super simple starter pack for esbuild and react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esbuild react starter

A super simple starter using react and esbuild

Including handy presets:

  • Live reload dev server using servor + esbuild watch
  • Automatic import of react in .jsx files
  • Minified build

"npm run start" for a live reloading dev server using esbuild's watch and servor with no minifying + sourcemap "npm run build" for the minified production build.

About

A super simple starter pack for esbuild and react


Languages

Language:JavaScript 93.1%Language:CSS 6.9%