https://github.com/jiusanzhou/zoe-starter-react-app
:hammer_and_pick: React app starter for Zoe
https://github.com/jiusanzhou/zoe-starter-react-app
bluprint bootstrap chakra-ui react starter starter-template tailwindcss
Last synced: about 2 months ago
JSON representation
:hammer_and_pick: React app starter for Zoe
- Host: GitHub
- URL: https://github.com/jiusanzhou/zoe-starter-react-app
- Owner: jiusanzhou
- Created: 2019-10-15T02:18:08.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T03:29:59.000Z (almost 5 years ago)
- Last Synced: 2025-09-17T16:57:51.588Z (9 months ago)
- Topics: bluprint, bootstrap, chakra-ui, react, starter, starter-template, tailwindcss
- Language: Shell
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## zoe-starter-react-app
:hammer_and_pick: React app starter for Zoe
---
## Templates
|**Branch**|**Components**|**Comment**|
|:---|:---|:---|
|`ui/chakra`|`Chakra`|`v0.x`|
|`ui/chakra-v1`|`Chakra`|`v1.x`|
|`ui/chakra-v1-tailwindcss`|`Chakra`, `TailwindCSS`||
|`ui/blueprint-tailwindcss`|`BlueprintJS`, `TailwindCSS`||
|`ui/tailwindcss@preact`|`preact`, `tailwindcss`||
## Usage
### Create project with template
Quick start:
```bash
curl -sSL https://git.io/zoe-react | bash
```
Arguments:
- **`NAMAE`**: the project name you want to create, default is `web`
- **`TMPL`**: the template you want to use, default is `ui/chakra-v1`
### List all supported templates
```bash
CMD=list curl -sSL https://git.io/zoe-react | bash
```