Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thieryw/vite-react-template
https://github.com/thieryw/vite-react-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thieryw/vite-react-template
- Owner: thieryw
- Created: 2023-11-01T18:32:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T20:11:08.000Z (about 1 year ago)
- Last Synced: 2024-10-22T16:56:53.101Z (3 months 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/)