cra-template-antdride
v1.2.0
Published
The custom template for Create React App.
Downloads
5
Maintainers
Readme
cra-template-antdride
This is the custom template for Create React App.
This is inspired by the following
Start Template
npx
npx create-react-app my-app --template antdridenpm
npm init react-app my-app --template antdrideyarn
yarn create react-app my-app --template antdrideIn this template
| Stack | Name | | -------------------- | -------------------------------------------------------------------------------------------------------------- | | Preprocessors | Less | | Design system | Antd | | CSS Library | emotion | | Router | React Router | | CRA-override | craco | | Datetime | moment.js | | utils | lodash | | fp-utils | ramda.js | | SEO support | react-snap, react-helmet | | Format & Lint | ESLint & Prettier | | Changelog Automation | auto-changelog | | React helper hooks | react-use |
This template weakness
It is optimized for vscode. Therefore, other users such as vim will be inconvenient to use.
SEO support is incomplete. The page linked to the dynamic pathname is not created as an SEO html file.
ex) post/:id
If you would like to apply in this case, please check the services below.
For more information
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
