Create create-react-app project
17 March 2022 (Updated 6 April 2022)
Create project
With default JavaScript template:
npx create-react-app <app-name>
With TypeScript template:
npx create-react-app <app-name> --template typescript
With TypeScript & Redux template:
npx create-react-app <app-name> --template redux-typescript
Optional: Setup prettier
Optional: Setup Tailwind CSS
See this post.
You may also want to add the tailwindcss-forms
plugin.
If using VSCode, you’ll also want to configure it to work nicely with Tailwind.
Tagged:
React tooling
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment