cra-template-typescript-likesalmon
v1.2.0
Published
A custom version of the official Typescript template for Create React App with container/component architecture, Material UI, Styled Components, and Plop templates.
Downloads
4
Maintainers
Readme
cra-template-typescript-likesalmon
This is a custom version of the official TypeScript template for Create React App with this extra stuff:
- Material UI
- Styled Components
- Plop templates for generating components, containers, services and more
- Container/component architecture to separate presentational and connected components
- React Hooks for days
- Mock Service Worker (MSW) for mocking API responses
To use this template, add --template typescript-likesalmon
when creating a new app.
For example:
npx create-react-app my-app --template typescript-likesalmon
# or
yarn create react-app my-app --template typescript-likesalmon
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.