This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
Install node_modules
:
npm install
or
yarn
Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in package.json
. It's safe to modify or add additional script:
yarn start
yarn run build
yarn run lint
You can also use script to auto fix some lint error:
yarn run lint:fix
yarn test
You have to login to go to next page. Info login:
- username: admin
- password: admin
On the list page:
1. You can create new Book (button create)
2. Go to detail page by click on title
2. I save all everything on Redux so it all clear when reload
3. I intent to add update and delete feature but, as my view, it should be simple