0.0.1 • Published 5 years ago
@vapurrmaid/cra-template-typescript v0.0.1
@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
Tooling
0.0.1
5 years ago