Skip to content

rishabhd1/locusnine-frontend

Repository files navigation

Locusnine CRUD Frontend

This repository only contains the Frontend of the Assignment. For backend refer to below repository. Backend - https://github.com/rishabh-9000/locusnine-backend

Prerequisite

  1. Node.js - https://nodejs.org/
  2. Angular 2+ - After installing Node.js
npm install -g @angular/cli

Project Setup

Install Dependencies

git clone https://github.com/rishabh-9000/locusnine-frontend.git
cd locusnine-frontend
npm install

Run development (Need to run Backend to get data)

ng serve