cra-template-dazor-toolkit
v0.0.1
Published
Template using typescript and sass to make react components
Maintainers
Readme
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