cra-template-antd-mobx

create-react-app template with antd + mobx

Usage no npm install needed!

<script type="module">
  import craTemplateAntdMobx from 'https://cdn.skypack.dev/cra-template-antd-mobx';
</script>

README

cra-template-antd-mobx

This is the custom template (Integrates Ant Design and Mobx) for Create React App.

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
  • MobX with React – MobX in React brings easy reactivity to your components. It can handle whole application state as well.
  • Ant Design – React is used to encapsulate a library of components which embody our design language.

Usage

npx create-react-app [my-app-name] --template antd-mobx