Skip to content

aleksei-golubev/article-full-stack-development-svelte-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full stack development: Svelte + Express

This is a repository with examples from articles:

Here you can find the implementation of RSS Reader.

Environment:

  • Node.js 18.13.0
  • Docker 20.10.23

Frameworks

Frontend is based on Svelte and for backend Express was chosen. Application is wraped with coupled Docker containers.

How to

Build:

./build.sh

Run:

docker compose up -d

Stop:

docker compose stop