cra-template-dev-complete
v1.1.10
Published
Create React App template with TypeScript, React Router and Styled Components.
Downloads
4
Maintainers
Readme
cra-template-dev-complete
An opinionated template for Create React App using:
- TypeScript v4.2.2
- React Router v6.0.0 beta
- Styled Components v5
- Cypress v6.5.0
- Prettier
- Mock Service Worker v0.27.0
- Pre-commit hook using husky and lint-staged
Usage
npx create-react-app your-project-name --template dev-complete
or
yarn create react-app your-project-name --template dev-complete
The npx
command installs the most recent stable version of CRA from npm.
The --template
parameter points to this template, note that cra-template-
prefix is omitted.
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.