Ecosyste.ms: Awesome

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

https://github.com/rimzzlabs/stravital

Kickstart your Web Application with React, Vite and Tailwind CSS. Stravital is my personal starter template to speed up my next react project.
https://github.com/rimzzlabs/stravital

react starter-template tailwindcss template typescript vite

Last synced: about 1 month ago
JSON representation

Kickstart your Web Application with React, Vite and Tailwind CSS. Stravital is my personal starter template to speed up my next react project.

Lists

README

        

> PS: try this [new template](https://github.com/rizkimcitra/zippy-react) with file-based routing!

#

⚙️ Stravital

Kickstart your Web Application with React, Vite and Tailwind CSS.
Stravital is my personal starter template to speed up my next react project.

## Features

Stravital is a minimalist starter template, it includes:

- ⚡️ Vite
- ⚛️ React 18
- 🏄 React Router DOM
- 💎 TypeScript (of course)
- 💨 Tailwind CSS
- 🔨 Eslint
- 🌀 Prettier
- ☄️ Conventional Commit
- 📡 Huksy & Lint Staged
- 🎯 Absolute import by using `@/`

## Getting Started

1. Clone this repository
to use this template, simply clone this repo or by using `use this template button` above.

Disclosure: by using this repository as a template, there will be an attribution on your repository.

```bash
git clone https://github.com/rizkimcitra/stravital
```

2. Install the dependencies
I recommend you to use yarn instead of npm
```bash
yarn install
```
3. Start the development server
```bash
yarn dev
```
look at [http://localhost:3000](http://localhost:3000) to see the development server running.