Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thieryw/vite-react-template


https://github.com/thieryw/vite-react-template

Last synced: about 1 month ago
JSON representation

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/)