@japan-d2/cra-template
v0.6.0
Published
The base TypeScript template for Create React App.
Downloads
3
Readme
cra-template
This is the TypeScript template for Create React App.
To use this template, add --template @japan-d2
when creating a new app.
For example:
npx create-react-app my-app --template @japan-d2
# or
yarn create react-app my-app --template @japan-d2
VSCode
Install Debugger for Chrome.
code --install-extension msjsdiag.debugger-for-chrome