Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T05:58:21.000Z (10 months ago)
- Last Synced: 2024-01-16T12:00:52.277Z (10 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: 0
- 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 managementthis 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