awran5 / esbuild-create-react-app

A minimal replacement for create-react-app using a truly blazing fast esbuild bundler. Up and running in less than 1 minute with almost zero configuration needed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esbuild Create React App NPM npm bundle size GitHub


Logo

A minimal replacement for create-react-app using a truly blazing fast esbuild bundler. Up and running in less than 1 minute with almost zero configuration needed.





What is inside?

Truly minimal React app with almost zero configuration needed.


Overview

app overview

Install

npx esbuild-create-react-app my-app

cd my-app

yarn start | npm run start

Known issue

Inquirer select does't work on Windows 10 git bash Terminal mintty, It works fine on integrated VS Code Terminal though.

Available Templates

License

MIT © awran5

About

A minimal replacement for create-react-app using a truly blazing fast esbuild bundler. Up and running in less than 1 minute with almost zero configuration needed.

License:MIT License


Languages

Language:JavaScript 99.6%Language:Shell 0.4%