Fri. Dec 12th, 2025
yarn global add create-react-app
yarn create react-app myproject

# If you wanna introduce typescript version
npx create-react-app myproject --template typescript