Skip to content

srymh/cra-template-typescript-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-typescript-electron

This template is based on facebook/create-react-app/package/cra-template-typescript.

To use this template, add --template git+https://github.com/srymh/cra-template-typescript-electron.git when creating a new app.

For example:

npx create-react-app my-app --template git+https://github.com/srymh/cra-template-typescript-electron.git

And you can select a version using hash tag.

tag cra-typescript-template Electron fix *
1.1.2_10_0 1.1.2 10 0
1.1.2_10_1 1.1.2 10 1
1.1.2_11_0 1.1.2 11 0
1.2.0_24_2 1.2.2 24 2

* The version when only this template is fixed while maintaining the version of cra-typescript-template and Electron

npx create-react-app my-app --template git+https://github.com/srymh/cra-template-typescript-electron.git#1.1.2_10_1
npx create-react-app my-app --template git+https://github.com/srymh/cra-template-typescript-electron.git#1.1.2_11_0