Ecosyste.ms: Awesome

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

https://github.com/sozonome/vite-react-chakra-starter

template to initialize vite react-ts app with Chakra UI setup :sparkles:
https://github.com/sozonome/vite-react-chakra-starter

chakra-ui react react-typescript-boilerplate starter-template typescript vite

Last synced: about 2 months ago
JSON representation

template to initialize vite react-ts app with Chakra UI setup :sparkles:

Lists

README

        

This is a project bootstrapped with [`@vitejs/app`](https://vitejs.dev/guide/#scaffolding-your-first-vite-project) (`react-ts`), added with [Chakra UI](https://chakra-ui.com) and [TypeScript](https://www.typescriptlang.org) setup.

- ⚡ blazing fast dev server and build
- 🔗 route management added (`react-router-dom` configured)

[**Live Demo**](https://vite-react-chakra-starter.sznm.dev/)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/sozonome/vite-react-chakra-starter) [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sozonome/vite-react-chakra-starter)

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/sozonome/vite-react-chakra-starter)

## Getting Started

You can either click [`Use this template`](https://github.com/sozonome/vite-react-chakra-starter/generate) button on this repository and clone the repo or use npx degit like so:

```bash
npx degit sozonome/vite-react-chakra-starter
```

Then, run the development server:

```bash
pnpm dev
```

## Deployment

- build command: `pnpm build`
- output directory: `dist`

## References

- [vite](https://vitejs.dev)
- [avoid manual import](https://vitejs.dev/guide/features.html#jsx)
- [Chakra UI](https://chakra-ui.com/)
- [TypeScript](https://www.typescriptlang.org)