How to build Project:
- type npm install in base folder
- type npm run serve in the client folder.
- run the server folder in "vs code" debug mode.
- The page will be served at the port the client serve says.
How to run engine tests:
- type npm test.
- This is currently set to run any tests in the Engine/tests folder. This is to ensure engine stability whith changes and to help to test driven development for new features.
Issues with npm install with regards to sqlite3:
https://stackoverflow.com/questions/58073775/error-with-node-pre-gyp-when-installing-sqlite3