/Online-Law-System-UI

Provides basic GUI for Online Law System [Reactjs]

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Online Law System

This project provides FRONT-END application GUI for online law system with basic features like:

  • Court
  • Lawyer
  • Criminal
  • Law Search

Installation

Required

  1. node/npm - version 10.x or Later.
  2. Backend Application Server Online-Law-System-Api

Recommandation

A Good Text Editor (VS Code, WebStorm, Sublime Text, etc.)

Usage

Install Dependencies

Install project dependencies by executing below command in CMD/Terminal (As a Administrator) pointing at project's root folder.

npm install

Above command will download required project dependencies in node_modules folder at root directory of project.

Run Application

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.