1.0.0 • Published 4 years ago

cra-template-xs v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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