/demo-webapp-frontend

React app for demo webapp

Primary LanguageJavaScriptMIT LicenseMIT

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.