1.0.5 • Published 3 years ago

cra-template-norm v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cra-template-norm

The norm template for Create React App.

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

For example:

npx create-react-app app-name --template norm

# or

yarn create react-app app-name --template norm