0.0.3 • Published 3 years ago

cra-template-neat-ts v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cra-template-neat-ts

A minimal typescript create-react-app template without any dependencies and test files.

Folder Structure

root dir
|--- node_modules/
|--- public
|    |--- index.html
|--- src
|    |--- App.tsx
|    |--- index.tsx
|--- .gitignore
|--- package.json
|--- package-lock.json

Usage

The template can be used while creating the react app.

npx create-react-app app-name --template neat-ts