/P7

AAU 7th semester project.

Primary LanguagePython

Action Status

P7

AAU 7th semester project.

Members

Installation

First, you must install npm here. Otherwise, you can install yarn. Now, install dotnet. Then, install React with the following commands:

npm install --save react
npm add react

Next, install AntD running the following command:

npm install antd

or

yarn add antd

To import AntD, run the following command:

npm add antd

or

yarn add antd