Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.06 KB

Doggomemes.xyz

A meme generator built using React, Hapijs and Headless Chrome. Hosted on Netlify and ▲ Now 🌟

Demo

Link: https://imgur.com/XxBakNJ

Prerequisites

You need to have Google Chrome or Google Chrome Canary installed to run this locally.

Setup

  • Clone the repo: git clone git@github.com:karanjthakkar/doggomemes.xyz.git
  • Install dependencies: npm install
  • Run the client: npm run client (Starts at http://localhost:3000)
  • Run the server: npm run server (Starts at http://localhost:8111)

Implementation Details

My talk on Building a meme generator using React, Headless Chrome and Nodejs at Mumbai Technology Group, September Meetup covers all the necessary details:

License

MIT © Karan Thakkar