lzwcaptain / vite-react-ts-starter

vite + react* + react-router* + mobx + typescript + windicss + styled-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite + React + ReactRouter + Zustand + TypeScript + StyledComponents + WindiCss

This template will help you start developing in Vite using React ReactRouter Zustand TypeScript StyledComponents WindiCSS.

Editor:

VSCode Extension:

Development ENV:

  • NodeJs
  • Git

Clone

git clone git@github.com:zhixiangyao/vite-react-ts-starter.git
cd vite-react-ts-starter
pnpm i # If not install pnpm, please run: npm install -g pnpm

Usage

Development

click it http://localhost:3000

pnpm dev

Build

pnpm build

Check all

pnpm lint:all

Check ESlint

pnpm lint:eslint

Check Prettier

pnpm lint:prettier

Check Stylelint

pnpm lint:stylelint

About

vite + react* + react-router* + mobx + typescript + windicss + styled-components

License:MIT License


Languages

Language:TypeScript 95.8%Language:HTML 2.4%Language:CSS 1.6%Language:Shell 0.2%