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

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

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
```