Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 920 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 920 Bytes

Optimize React App - EGANY x 200Lab Talk

📗 Giới thiệu

Demo cho buổi chia sẻ về các cách thức optimize React app tại 200Lab

Tech-stack:

📋 Yêu cầu

🔥 Cài đặt

# Clone repo
git clone https://github.com/thanh-nguyen-95/optimize-react-200lab
cd optimize-react-200lab

# Cài đặt package
npm install

# Dev server http://localhost:3000
npm run dev

# Build
npm run build

# Build & phân tích bundle (bundle analyzer)
ANALYZE=true npm run build