Set up a new repo with latest version of react
and esbuild
installed. Also deploy to GitHub Pages on every commit.
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.
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.