@chanzuckerberg/cra-template-edu
v1.2.5
Published
Create a new React app in seconds that includes everything you need to get started.
Downloads
40
Readme
@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:
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