Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/985563349/react-vite-template
A react project template
https://github.com/985563349/react-vite-template
Last synced: 3 months ago
JSON representation
A react project template
- Host: GitHub
- URL: https://github.com/985563349/react-vite-template
- Owner: 985563349
- License: mit
- Created: 2022-06-28T15:23:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T05:45:46.000Z (about 1 year ago)
- Last Synced: 2024-07-31T22:37:50.087Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 184 KB
- Stars: 25
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-vite - react-vite-template - A react project template. (Get Started / Templates)
- awesome-vite - react-vite-template - A react project template. (Get Started / Templates)
README
# React Vite Template
If you need a clean template for development, then you can try it.
## Getting started
```shell
# clone the project
git clone https://github.com/985563349/react-vite-template.git# enter the project directory
cd react-vite-template# install dependency
pnpm install# develop
pnpm dev
```This will automatically open: http://127.0.0.1:5173
## Build
```shell
# build for production environment
pnpm build
```## Advanced
```shell
# preview the release environment effect
pnpm preview# code check
pnpm lint# code auto fix
pnpm format
```## Dependencies
- React
- React Router
- TypeScript
- Axios
- MSW
- Vite
- ESLint
- Prettier
- Commitlint## License
[MIT](https://github.com/985563349/react-vite-template/blob/main/LICENSE)
Copyright (c) 2022 Jee