Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 557 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 557 Bytes

OnlineLab written in react

Installation

####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

Automation tools used