Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 304 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 304 Bytes

Create-react-app Coding Labs Typescript Template

Installation

To use this tempalate, you need to install it via cra-create-app:

npx cra-create-app <my-app> --template codinglabs

After initial install, you may need to install the dev dependencies. To do so, run yarn postinstall.