Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 402 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 402 Bytes

Backend

This folder contains the source code and configuration to run the backend.

Prerequisites

The dependencies of this package must be installed to be run.

npm install

Just start it via:

npm run start

For more information and settings look into config.js If your want to serve the frontend with this make sure it is cloned, prepared and built into the submodule.