Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 317 Bytes

cra-template-durad

Minimal Typescript/SCSS based template for Create React App.

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

For example:

npx create-react-app my-app --template durad

or

yarn create react-app my-app --template durad