https://github.com/amir1376/react-template
React ready to template based on MVVM
https://github.com/amir1376/react-template
daysiui mobx mobx-react mvvm react router state-management tailwindcss template typescript vite
Last synced: 4 months ago
JSON representation
React ready to template based on MVVM
- Host: GitHub
- URL: https://github.com/amir1376/react-template
- Owner: amir1376
- Created: 2022-11-03T10:10:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T11:55:12.000Z (12 months ago)
- Last Synced: 2025-02-18T12:41:01.332Z (12 months ago)
- Topics: daysiui, mobx, mobx-react, mvvm, react, router, state-management, tailwindcss, template, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 56.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Template
This is a React ready to use template for quick start
These are the main libraries that used in this template
- `vite` as bundler
- `typescript` as default programming language
- `react router` as routing system
- `tailwindcss` and `daisyui` as styling solution
- `mobx` as state management
this structure is based on MVVM
## Usage
Grab `degit` from npm
```shell
npm install -g degit
```
Create your project folder and execute this command in that folder
```shell
degit amir1376/react-template/
```
Install dependencies
```shell
npm i
```
Start development server
```shell
npm run dev
```
Happy coding