@vapurrmaid/cra-template-typescript
v0.0.1
Published
An opinionated create-react-app template for TS projects
Downloads
2
Maintainers
Readme
@vapurrmaid/cra-template-typescript
@vapurrmaid's opinionated TypeScript React setup
Installation
npx create-react-app <name> --template @vapurrmaid/cra-template-typescriptProject Structure
The shell project placed a .gitkeep placeholder in each of the following:
components/:- Reusable components
contexts/React.Contexts (global, or higher-level scope)
entities/- Domain logic
pages/- Complete views built from components etc. May contain localized components, contexts, hooks
utils/- Language/library extensions
These aren't the only forseeable organizational units. For example services or
api may be another commonly used directory.
Stack
- TypeScript
- React
- TypeStyle
