Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A react project template
https://github.com/985563349/react-vite-template

Last synced: about 2 months ago
JSON representation

A react project template

Awesome Lists containing this project

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