An open API service indexing awesome lists of open source software.

https://github.com/utkarshmish/say_hello

A hello world app made using Svelte framework and Crow Microframework for C++.
https://github.com/utkarshmish/say_hello

cplusplus-11 crow crow-framework hello-crow hello-world svelte sveltejs

Last synced: 7 months ago
JSON representation

A hello world app made using Svelte framework and Crow Microframework for C++.

Awesome Lists containing this project

README

          

# Info

A Hello World PWA made using Svelte as Frontend
and Crow Microframework for C++ as Backend.

## Requirements -

1. Docker or Linux Environment.

2. if Linux then libboost-all-dev and gcc installed.

### Steps to run -

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