Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shopot/vite-react-typescript

Vite React TypeScript boilerplate
https://github.com/shopot/vite-react-typescript

Last synced: 8 days ago
JSON representation

Vite React TypeScript boilerplate

Awesome Lists containing this project

README

        






Vite, React, TypeScript boilerplate


## Description

Starter repository for a Vite & React & TypeScrip project using ESLint and Prettier recommended rules and styles.

## Getting started

```bash
$ git clone https://github.com/shopot/vite-react-typescript.git
$ rm -rf .git
$ git init
$ git commit -a -m "init: start project"
$ git remote add origin https://github.com/your_nickname/your-repo-name.git
$ git branch -M main
$ git push -u origin main
$ pnpm install
$ pnpm dev
```

## Running the app

```bash
# development
$ pnpm dev

# build production
$ pnpm build

# preview mode
$ pnpm preview

# start linting
$ pnpm lint
```

## License

[MIT](LICENSE).