@reactseed/antd-template
v0.0.1
Published
React seed ant design template for creating react app
Downloads
16
Maintainers
Readme
@reactseed/antd-template
Default template for the React Seed.
🚀 Quick start
🤔 To be added...
🧐 What's inside?
Here are the top-level files and directories you'll see in an app created using this template.
@reactseed/template
├── build
├── mock
├── public
├── src
│ ├── components
│ ├── pages
│ ├── routes
│ ├── serviceWorker.ts
│ └── setupProxy.js
├── .env
├── .eslintignore
├── .eslintrc
├── .gitignore
├── .prettierrc
├── .stylelintrc
├── config-overrides.js
├── paths.json
├── README.md
├── tsconfig.json
└── package.json