Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 860 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 860 Bytes

Web Application Demo

The Web Application Demo is a combination of a Go server and a React application.

Getting started

You will need the following dependencies:

Once you have all these dependencies, you can run make build and then make run. It will start a server listening to port 8080.

make build will create links with the document-viewer, react and react dom. To remove these links, make unlink in the client folder.