git clone https://github.com/LawProject/LawApp.git
cd LawApp
npm install
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.
In case of problems, please contact hytonenaleksi@gmail.com