cra-template-antdride

1.2.0 • Public • Published

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 antdride

npm

npm init react-app my-app --template antdride

yarn

yarn create react-app my-app --template antdride

In 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

Package Sidebar

Install

npm i cra-template-antdride

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

62.7 kB

Total Files

79

Last publish

Collaborators

  • sebride4988