athenaeum

Athenaeum

simple web application that demonstrates svelte and sveltekit's abilities

Athenaeum

A digital books library written with SvelteKit and Express.

Run the project using docker-compose

This repository includes three examples options for running using docker-compose.

RUN yarn sequelize-cli db:migrate IN THE SERVER DIRECTORY TO CREATE THE DATABASE

1. Run apps in local development mode, on separate ports, without building anything.
  docker-compose -f docker-compose.dev.yml up
2. Build and run apps in live/production mode on separate ports.
  docker-compose up -d
3. Build and run apps in static/production mode under a single origin, using nginx as a reverse proxy.
  docker-compose -f docker-compose.prod.yml up -d

Top categories

Loading Svelte Themes