https://github.com/mobinx/trending
A heavenly place for writers
https://github.com/mobinx/trending
Last synced: 4 months ago
JSON representation
A heavenly place for writers
- Host: GitHub
- URL: https://github.com/mobinx/trending
- Owner: MobinX
- Created: 2021-09-05T13:03:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T11:11:06.000Z (over 3 years ago)
- Last Synced: 2024-12-31T10:15:19.808Z (over 1 year ago)
- Language: TypeScript
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React, Typescript, Tailwindcss, Redux Toolkit, eslint with Vite
This is a [React](https://reactjs.org) + [TypeScript](https://www.typescriptlang.org/) + [Tailwind](https://tailwindcss.com/) + [RTK](https://redux-toolkit.js.org/) + [eslint](https://eslint.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/)
- [ESLint](https://eslint.org)
## Getting started
1. Clone the repository.
```bash
git clone https://github.com/IsaiaPhiliph/vite-reactts-tailwind-rtk-eslint.git
```
2. Access the project.
```bash
cd vite-reactts-tailwind-rtk-eslint
```
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
```
7. Test your production build.
```bash
npm run serve
```