1.0.5 • Published 5 years ago
cra-template-dutch v1.0.5
cra-template-dutch
This is the personal TypeScript template for Create React App.
This template agreed on some directory structure and add default eslint && prettier.
To use this template, add --template dutch
when creating a new app.
For example:
npx create-react-app my-app --template dutch
# or
yarn create react-app my-app --template dutch
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.