Single Page Webapp designed to give a random XKCD Comic every 30 Minutes
Navigate to the src directory
# install dependencies
npm install
# create production build that can be served with NGINX etc.
npm run build
use npm start
to launch the app in dev mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.