itsanji / react-ts-template-for-bun

React@18.x with Typescript works for blazing fast Bun
9 stars 4 forks source link

Build script #1

Open itsanji opened 2 years ago

itsanji commented 2 years ago

Template is currently don't have build script.

FDiskas commented 3 months ago

I would say dev script is missing, build is also unclear

bun build src/main.tsx --outdir dist
itsanji commented 3 months ago

@FDiskas Hey. We really don't need it because the Bun official template now uses React 18 or above, but PRs are welcome 😌