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++.
- Host: GitHub
- URL: https://github.com/utkarshmish/say_hello
- Owner: UtkarshMish
- Created: 2020-10-18T07:18:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T04:18:57.000Z (over 4 years ago)
- Last Synced: 2025-01-20T17:17:26.051Z (9 months ago)
- Topics: cplusplus-11, crow, crow-framework, hello-crow, hello-world, svelte, sveltejs
- Language: C++
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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