Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 456 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 456 Bytes

cra-template-finnbueno

This is my personal template for Create React App, based of the official Typescript one

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

For example:

npx create-react-app my-app --template finnbueno
# or
yarn create react-app my-app --template finnbueno