Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takumakira/esbuild-react-template
https://github.com/takumakira/esbuild-react-template
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/takumakira/esbuild-react-template
- Owner: TakumaKira
- Created: 2024-04-14T07:49:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T07:51:15.000Z (9 months ago)
- Last Synced: 2024-04-15T05:00:38.293Z (9 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESBuild-React template
This is a lightweight template to develop React app using [pnpm](https://pnpm.io) and [esbuild](https://esbuild.github.io).
## Purpose
This project is designed to be used as a template to build a React app lightning-fast.
## Prerequisites
You can use any other package manager like npm, yarn,...etc. But I chose pnpm for this project(That's why you can find `pnpm-lock.yaml` in the root directory).
If you are willing to follow, please [install pnpm](https://pnpm.io/installation) first.## Features
- You can run a development server with `pnpm dev`
- You can build a compiled version inside `/public/bundle` directory, which is shared with the development server with `pnpm build`.
- The commands above should be ultra-fast!🚀## How to Use
1. Just run `pnpm dev` or `pnpm build`. You'll see ;)