Skip to content

nhanhaloli/example-fe

Repository files navigation

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

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:

Start project

yarn start

Build project

yarn run build

Check code style

yarn run lint

You can also use script to auto fix some lint error:

yarn run lint:fix

Test code

yarn test

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages