# Getting Started To clone the repo, go to this link: https://gitlab.mynisum.com/ascend/order-management-react ## Usage Make sure that the order-management-backend application is running. Refer to the instructions here under 'Backend': https://nisumconfluence.atlassian.net/wiki/spaces/BD/pages/498630692/Localhost+Setup+Guide#Backend Once the backend is running succesfully, in the project directory, you can run: ``` yarn install ``` Once the dependencies are installed, to start the app on the browser, you can run: ``` yarn start ```