Skip to content

broccolinisoup/xkcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is a SPA that shows random comics from XKCD using their JSON API (https://xkcd.com/json.html)

Cloning the repository

Cloning the repository

git clone https://github.com/broccolinisoup/xkcd.git

Install Dependencies

Server Side Dependencies

Run this command inside the root directory to install dependencies for server side:

npm install

Run this command inside the client directory to install dependencies for client side:

yarn

Running The App

Run these commands in different tabs inside the root directory:

node server.js
yarn dev

Browsing the App

Go to localhost:3000 to have some fun

About

xkcd comic generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published