0.0.3 • Published 3 years ago
cra-template-neat-ts v0.0.3
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