Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cra-template-xs

euxn232MIT1.0.0TypeScript support: included

Create React App extra-small template for prototyping, demo or your own customize.

create-react-app, minimal, small

readme

cra-template-xs

Create React App extra-small template for prototyping, demo or your own customize.

To use this template, add --template xs when creating a new app.

For example:

npx create-react-app my-app --template xs

# or

yarn create react-app my-app --template xs