Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shopot/vite-react-typescript
- Owner: shopot
- License: mit
- Created: 2023-04-24T07:35:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T17:04:23.000Z (3 months ago)
- Last Synced: 2024-08-16T23:28:18.781Z (3 months ago)
- Language: JavaScript
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).