@chanzuckerberg/cra-template-edu
Create a new React app in seconds that includes everything you need to get started.
Based on our recommended frontend tech list, and includes:
- The Education design system
- ESLint
- Jest
- react-router
- react-query
- Storybook
- Tailwind
- TypeScript
- and more!
Usage
To use, navigate to where you want your project to live and run one of
# With npm/npx
npx create-react-app <my-app-name> --template @chanzuckerberg/edu
# Or with Yarn
yarn create react-app <my-app-name> --template @chanzuckerberg/edu