https://github.com/thieryw/vite-react-template
https://github.com/thieryw/vite-react-template
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thieryw/vite-react-template
- Owner: thieryw
- Created: 2023-11-01T18:32:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T20:11:08.000Z (over 2 years ago)
- Last Synced: 2025-02-04T18:30:59.801Z (over 1 year ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-react-template
A template repository with a vite react setup that contains useful configurations
such as a translation engine, powerhooks, type-route etc...
## Features
- Uses i18nifty setup
- Has powerhooks installed
- Uses type-route
- Uses tss-react for styling the components
## Tech Stack
- **Client:** React, TypeScript, Vite
## How to use
Click on the ``` Use this template ``` button
The clone the new repository you have created
```bash
git clone https://github.com/your-username/your-repo-name.git
```
```bash
cd your-repo-name
```
Install dependencies
```bash
npm install
```
or
```bash
yarn install
```
Start the server
```bash
npm run dev
```
or
```bash
yarn dev
```
## License
[MIT](https://choosealicense.com/licenses/mit/)