@buildo/cra-template-bento
v19.0.2
Published
### Starting a new project from scratch
Downloads
3
Readme
Usage
Starting a new project from scratch
npx create-react-app my-app --template @buildo/bento
Start development:
cd my-app
yarn start
Local template test
npx create-react-app my-app --template file:PATH_TO_TEMPLATE_FOLDER