Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/awran5/esbuild-create-react-app
esbuild node-cli npx react typescript
Last synced: 17 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/awran5/esbuild-create-react-app
- Owner: awran5
- License: mit
- Created: 2021-06-26T20:05:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T22:38:05.000Z (about 2 years ago)
- Last Synced: 2024-09-27T10:20:55.901Z (about 1 month ago)
- Topics: esbuild, node-cli, npx, react, typescript
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 28
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - 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. (JavaScript)
README
# esbuild Create React App [![NPM](https://img.shields.io/npm/v/esbuild-create-react-app.svg)](https://www.npmjs.com/package/esbuild-create-react-app) ![npm bundle size](https://img.shields.io/bundlephobia/min/esbuild-create-react-app) ![GitHub](https://img.shields.io/github/license/awran5/esbuild-create-react-app)
A minimal replacement for create-react-app using a truly blazing fast [esbuild](https://esbuild.github.io/) 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.
- [TypeScript](https://www.typescriptlang.org/)
- [esbuild](https://esbuild.github.io/)
- [Eslint](https://eslint.org/) with [airbnb](https://github.com/airbnb/javascript) Style Guide
- [Prettier](https://prettier.io/)
- [Husky](https://github.com/typicode/husky)
- [lint-staged](https://github.com/okonet/lint-staged)
- [live-server](https://github.com/tapio/live-server)---
## Overview
## Install
```sh
npx esbuild-create-react-app my-appcd my-app
yarn start | npm run start
```### Known issue
Inquirer select does't work on Windows 10 git bash Terminal [mintty](https://github.com/mintty/mintty), It works fine on integrated VS Code Terminal though.
## Available Templates
- Default [JS template](https://github.com/awran5/esbuild-react-app-js-template)
- [Typescript template](https://github.com/awran5/esbuild-react-app-ts-template)### License
MIT © [awran5](https://github.com/awran5/)