Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadyousif89/vite-react-rtk-tw-ts
Vite - Boilerplate
https://github.com/ahmadyousif89/vite-react-rtk-tw-ts
Last synced: about 6 hours ago
JSON representation
Vite - Boilerplate
- Host: GitHub
- URL: https://github.com/ahmadyousif89/vite-react-rtk-tw-ts
- Owner: AhmadYousif89
- Created: 2022-10-20T01:55:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T15:03:49.000Z (about 2 years ago)
- Last Synced: 2023-03-09T23:40:55.658Z (over 1 year ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React, Redux Toolkit, Tailwindcss, Typescript with Vite
This is a [React](https://reactjs.org) + [TypeScript](https://www.typescriptlang.org/) + [Tailwind](https://tailwindcss.com/) + [RTK](https://redux-toolkit.js.org/) boilerplate built with [Vite](https://vitejs.dev).
## What's inside?
- [ReactJS](https://reactjs.org)
- [Vite](https://vitejs.dev)
- [TypeScript](https://www.typescriptlang.org)
- [Tailwind](https://tailwindcss.com/)
- [RTK](https://redux-toolkit.js.org/)## Getting started
1. Clone the repository.
```bash
git clone https://github.com/AhmadYousif89/vite-react-rtk-tw-ts.git
```2. Access the project.
```bash
cd vite-react-rtk-tw-ts
```3. Make it your own repository
```bash
rm -rf .git
git init
```4. Install dependencies.
```bash
npm i
```5. Start the development server.
```bash
npm run dev
```6. Build for production.
```bash
npm run build
```