8000 GitHub - BertramYe/ReactTemplate: customised and optimised react development template
[go: up one dir, main page]

Skip to content

BertramYe/ReactTemplate

Repository files navigation

Description

this is an template of the react project basecode

with the React 19,TypeScript and vite 7 , also to fast the compile,

have enable the rollup

Commend

# 1. installation
$ npm i --force

# 2. start project
$ npm run dev    # use `.env.development` enviroment files 


# 3. pacakge current project
$ npm run build   # use `.env.production` enviroment files 
0