@skyscanner/cra-template-backpack
v0.0.9
Published
The base template for Backpack React Scripts.
Downloads
264
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.