Create React apps with ease using Parcel bundler
- Parcel:A blazing fast, zero configuration web application bundler.
- Typescript:TypeScript setup included out of the box for type-safe JavaScript development.
- Tailwind: Use TailwindCSS for rapid UI development.
- Jest: Use Jest for unit testing.
- React Testing Library: Use React Testing Library for UI testing.
npx create-parcel-react-template my-app
cd my-app
npm run dev
We welcome contributions and suggestions to make this template even better. Feel free to submit a pull request or open an issue with your ideas!