Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)



Logo

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


app overview

## Install

```sh
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](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/)