Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 445 Bytes

File metadata and controls

24 lines (16 loc) · 445 Bytes

CI

frontend-patterns

TypeScript and React app examples

Initialize new react app:

npm create vite@latest

then

cd vite-project
npm i
npm run dev

then visit http://localhost:5173/

Health check

curl -I -w "%{http_code}" http://localhost:5173/health -o /dev/null

Terminology and abbreviations

HMR: Hot Module Replacement