A Hello World PWA made using Svelte as Frontend
and Crow Microframework for C++ as Backend.
- Docker or Linux Environment.
- if Linux then libboost-all-dev and gcc installed.
1.run docker build -t {enter image name} .
2.run docker run -ti -p 8080:8080 -e PORT=8080 {image name}
Open browser and go on localhost port 8080