Skip to content

amir1376/react-template

Repository files navigation

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

npm install -g degit

Create your project folder and execute this command in that folder

degit amir1376/react-template/

Install dependencies

npm i

Start development server

npm run dev

Happy coding