@reactseed/antd-template

React seed ant design template for creating react app

Usage no npm install needed!

<script type="module">
  import reactseedAntdTemplate from 'https://cdn.skypack.dev/@reactseed/antd-template';
</script>

README

@reactseed/antd-template

LICENSE npm version

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