ratchagarn / vite-react-ts-boilerplate

React by vite with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite React TypeScript Boilerplate

React TypeScript Application setup with Vite

Scripts

Development

yarn dev

Build

yarn build

Preview

yarn preview

Test

yarn test

Env Variables

VITE_APP_PORT

Application server port, if you want to change this port you must create .env.local then add your new own port

# .env.local

VITE_APP_SERVER_PORT=3001

VITE_APP_TITLE

Application title

Useful Links

About

React by vite with TypeScript


Languages

Language:TypeScript 92.9%Language:HTML 6.0%Language:Shell 1.1%