Skip to content

FinnBueno/cra-template-finnbueno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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