This is a React.js webpage styled with Ant Design that allows a user to manage a repository of books and to view additional information about it.
To start:
- Run the following command in directory with package.json
npm install
- Next, run the following command in directory with package.json
npm run server
- On another terminal, run the following command in directory with package.json
npm start
Gan Rui Yi