Kickstart your Web Application with React, Vite and Tailwind CSS. Stravital is my personal starter template to speed up my next react project.
Stravital is a minimalist starter template, it includes:
- ⚡️ Vite
- ⚛️ React 17
- 🏄 React Router DOM
- 💎 TypeScript (of course)
- 💨 Tailwind CSS
- 🔨 Eslint
- 🌀 Prettier
- ☄️ Conventional Commit
- 📡 Huksy & Lint Staged
- 🎯 Absolute import by using
@/
-
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.
git clone https://github.com/rizkimcitra/stravital
-
Install the dependencies I recommend you to use yarn instead of npm
yarn install
-
Start the development server
yarn dev
look at http://localhost:3000 to see the development server running.