Simple Python and React app for scraping and displaying slightly more high-res thumbnails for Piapro's Snow Miku contest.
Tested to run on Dokku-host, should also work in Heroku.
Check it out at https://snowmiku.net!
Licenced under MIT licence, see LICENCE file.
- Install dependencies
$ pipenv install
- Start virtualenv
$ pipenv shell
- Run backend
$ sh run_devserver.sh
- You now have the API server running in port 3939. Development server automatically reloads on Python file changes.
- Install dependecies
$ yarn
- Start Parcel packager
$ yarn start-dev
- You now have front-end served at port 3000. Parcel proxies requests to the API server. Parcel offers hot module reload.