Create Bootstrapped Apps With Yarn
Last updated
Was this helpful?
Last updated
Was this helpful?
The comes with a command that is a convenience command for generating bootstrapped apps that follow the create-<name>-app
convention.
Want to create a React.js app using , invoke the following command:
Don't already have a particular package globally installed? yarn create
will install it for you. For instance, the following command with install and use :
h/t Gabe Reis