Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 785 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 785 Bytes

RouteMapper

Web application that aims to help road managers get to road related problems quicker. Developed on 2022 Hradec Králové hackathon. ezgif com-gif-maker

Installation

Frontend

Clone the repository:

git clone [email protected]:ZirixCZ/RouteMapper.git

Change directory to /frontend and type:

npm install

This installed all dependencies needed for the frontend to work. Now start the development server by running:

npm run start

Backend

Considering you followed the steps above, open new terminal window and change directory to /API. then type:

npm install

Now start the server locally by running:

npm run start