Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pitang1965/vite-mantine-react-ts-template
Vite + Mantine + React + TypeScriptテンプレート
https://github.com/pitang1965/vite-mantine-react-ts-template
mantine react typescript vite
Last synced: 26 days ago
JSON representation
Vite + Mantine + React + TypeScriptテンプレート
- Host: GitHub
- URL: https://github.com/pitang1965/vite-mantine-react-ts-template
- Owner: pitang1965
- Created: 2022-10-25T12:01:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T02:59:56.000Z (over 2 years ago)
- Last Synced: 2024-11-16T18:17:25.981Z (3 months ago)
- Topics: mantine, react, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-mantine-react-ts-template
Vite + Mantine + React + TypeScriptテンプレート## 使い方
クローンもしくは、
```
npx degit pitang1965/vite-mantine-react-ts-template MyProject
```その後、
```
pnpm install
pnpm dev
git init
```