A sample code to quickly get you started with React + antd project along with helper methods
This project was bootstrapped with Create React App. These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Before running the project on your system, make sure you have the following software installed.
- yarn - fast and reliable dependency management
To initialize the project, first navigate to the root directory and install all dependencies:
yarn install
And to start the project use
yarn start
To get a production build use
yarn build
Follow this link if you need help with deployment
- antd - React UI library containing a set of high quality components and demos for building rich, interactive user interfaces
- create-react-app - officially supported way to create single-page React applications
You can open up an issue in case you find any discrepency.
- Wahaj Aayani - Initial work - aayani
This project is licensed under the MIT License - see the LICENSE file for details