/template-react-esbuild

Template to build a vanilla React app using ESBuild with preconfigured GitHub workflows.

Primary LanguageTypeScript

template-react-esbuild on GitHub Actions

Set up a new repo with latest version of react and esbuild installed. Also deploy to GitHub Pages on every commit.

Background

We want to quickly build a very simple React app as a static website using esbuild and hosted on GitHub Pages:

  • Static website
  • TypeScript friendly
  • npm run build for production
  • npm start for development server
  • GitHub Codespaces friendly

It is impossible to build an unopinionated scaffold. We try to keep things down to a minimal so you can choose what you want.

How to use

To get started, use this template to create a new repo.

After you created a new repo, wait awhile and refresh this page for next steps.