1.0.3 • Published 4 years ago

cra-template-simple-typescript v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

A simple Typescript template for create-react-app with an opinionated file structure.

This is a template for create-react-app designed to make getting started with React and Typescript as easy as possible.

Usage

To use this template, add --template simple-typescript when creating a new app.

For example:

npx create-react-app appName --template simple-typescript

#or

yarn create react-app appName --template simple-typescript