This project was bootstrapped with Create React App.
This project provides FRONT-END application GUI for online law system with basic features like:
- Court
- Lawyer
- Criminal
- Law Search
- node/npm - version 10.x or Later.
- Backend Application Server Online-Law-System-Api
A Good Text Editor (VS Code, WebStorm, Sublime Text, etc.)
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.
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.