thivatm / label-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Label Lab

This is a prototype for LabelLab Web Application

How to Setup

Clone the repository.

git clone https://github.com/thivatm/label-lab.git

Change directry to the folder.

cd label-lab

Setup NodeJS server

Navigate to back-end folder

cd back-end

and run the following command

npm install

to start the server

npm start

Setup Client-Side

Open a seperate terminal, Navigate to front-end folder and run

npm install

To start running the application

ng serve --open

This command will open the web application in your default browser

About


Languages

Language:TypeScript 63.6%Language:CSS 14.5%Language:HTML 13.0%Language:JavaScript 8.9%