Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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