@skyscanner/cra-template-backpack

The base template for Backpack React Scripts.

Usage no npm install needed!

<script type="module">
  import skyscannerCraTemplateBackpack from 'https://cdn.skypack.dev/@skyscanner/cra-template-backpack';
</script>

README

cra-template-backpack

The purpose of this repository is to store the Backpack template that is to be used when creating new web projects using Backpack React Scripts.

The template stored here has the basic React App setup for a simple web app with Backpack dependencies installed.

Usage

The template is to be used within the standard create-react-app command:

With Backpack React Scripts

npx create-react-app my-app --scripts-version=@skyscanner/backpack-react-scripts --template @skyscanner/backpack --use-npm

More information

More information on how custom templates are built and used can be found here on the official create-react-app docs.