####1. Clone this project or Download that ZIP file
$ git clone https://github.com/OneTicketTech/OnlineLab_Frontend.git####2. Make sure you have npm installed globally
More details here https://nodejs.org/en/download/
####3. On the command prompt run the following commands
$ cd `project-directory`$ npm install $ npm start####4. To build
$ npm run build