Create react app

2 months ago

Start react project

Old way

Outdated, Not secure, Bulk

npx create-react-app

Nextjs

Simple js

npx create-next-app

With typescript, and optional tailwind

npx create-next-app@latest --typescript