Skip to content

Svenskapojkarna/LawApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository for LawApp project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published