@buildo/cra-template-bento

npx create-react-app my-app --template @buildo/bento

Usage no npm install needed!

<script type="module">
  import buildoCraTemplateBento from 'https://cdn.skypack.dev/@buildo/cra-template-bento';
</script>

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