Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 429 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 429 Bytes

Daily XKCD

Single Page Webapp designed to give a random XKCD Comic every 30 Minutes

 

Installation

Navigate to the src directory
# install dependencies
npm install
# create production build that can be served with NGINX etc.
npm run build

 

Development

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.