TypeScript and React app examples
npm create vite@latest
then
cd vite-project
npm i
npm run devthen visit http://localhost:5173/
curl -I -w "%{http_code}" http://localhost:5173/health -o /dev/null
HMR: Hot Module Replacement
| Name | Name | Last commit date | ||
|---|---|---|---|---|
TypeScript and React app examples
npm create vite@latest
then
cd vite-project
npm i
npm run devthen visit http://localhost:5173/
curl -I -w "%{http_code}" http://localhost:5173/health -o /dev/null
HMR: Hot Module Replacement