Static Site Generator that generates content depending on the url!
https://examply.aeroworks.app/<placeholder>/<path>
will generate an dynamic, SSR-ed page with full OGP and Meta tags and so on.
Try me: https://examply.aeroworks.app/Examply/Awesome/webapp/it/is
Special thanks to placehold.jp!
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate