Skip to content

My cra template for TypeScript with some additional settings

Notifications You must be signed in to change notification settings

jas7457/cra-template-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-typescript

This is my TypeScript template for Create React App.

This includes additional things like prettier and tailwind while removing some of the boilerplate that the defualt templates add.

To use this template, add --template @jas7457/typescript when creating a new app.

For example:

npx create-react-app test-cra-template --template @jas7457/typescript

# or

yarn create react-app my-app --template @jas7457/typescript

For more information, please refer to:

About

My cra template for TypeScript with some additional settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published