0.1.0 • Published 5 years ago

bwn-antd v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

Use antd in create-react-app

Step by Step Documentation

⚠️ react-app-rewired which is used to configure create-react-app and avoid to eject, is no more maintained and doesn't officialy support create-react-app 2.X (notably some plugins may break due to changes in webpack, see https://github.com/timarney/react-app-rewired/issues/162). However, it works with CRA 2.1.1, ant-design and react-app-rewire-less and thus you can still use it (at your own risk) .

Preview

$ npm install
$ npm start

or:

$ yarn
$ yarn start

What more