Frontend (Boostrap/Javascript)

Installation

Requirements

Main runtime library dependencies:

Main dev tools:

Running the server

Run the http-server from the main folder of the repository:

http-server

Content is served on http://127.0.0.1:8080, API is expected at http://127.0.0.1:5000.

Development

Sass sources can be compiled with:

sass sass/content.scss css/content.css

Or you can run the watch command with:

sass --watch sass/content.scss:css/content.css