Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 679 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 679 Bytes

LawApp

Installation

git clone https://github.com/LawProject/LawApp.git
cd LawApp
npm install

Starting the application

Go to the LawApp project folder and run these commands.

git pull
npm start

This will run a script which opens a development terminal to your local machine and starts the application at http://localhost:3000. You can open the application in any browser you want to use.

If the console gives you an error while starting the application try running:

git pull
npm install
npm start

This will install missing modules and start the server.


Contact

In case of problems, please contact hytonenaleksi@gmail.com