0.0.1 • Published 1 year ago

cra-template-dazor-toolkit v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

cra-template-dazor-toolkit

This is a typescript, scss template to create react components using Create React App.

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

For example:

npx create-react-app my-app --template dazor-toolkit

# or

yarn create react-app my-app --template dazor-toolkit