Install the dependencies and devDependencies and start the server.
git clone https://github.com/ELEVATE-Project/mentoring-mobile-app.git
cd mentoring-mobile-app
npm i
npm start
npm run staging
npm run dev
Verify the project by navigating to your server address in your preferred browser.
127.0.0.1:4200
MIT