https://github.com/duquejo/react-ts-reduxtk-timers-project
React TS Idle Game Project - Uses basic idle game concepts and incorporates Redux Toolkit + Tailwind
https://github.com/duquejo/react-ts-reduxtk-timers-project
reactjs redux-toolkit tailwindcss typescript
Last synced: 3 months ago
JSON representation
React TS Idle Game Project - Uses basic idle game concepts and incorporates Redux Toolkit + Tailwind
- Host: GitHub
- URL: https://github.com/duquejo/react-ts-reduxtk-timers-project
- Owner: duquejo
- Created: 2023-06-10T00:03:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-08T16:14:10.000Z (10 months ago)
- Last Synced: 2025-09-08T17:31:13.271Z (10 months ago)
- Topics: reactjs, redux-toolkit, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Idle Agency Game
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).
## In-Game Preview
## 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
```