Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 430 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 430 Bytes

Demo Webapp Frontend

How to run?

To be able to run the project, navigate to root folder on terminal and:

  • Install yarn
  • run yarn install
  • run yarn start

The app will be deployed on localhost:3000.

Important: For full functionality, you have to have the Demo Webapp Backend project running on port 5000.