Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.05 KB

Visual Presentation

How WhatsApp ticks work Fork this repository and try to experiment by changing the .JSON files in folder:
courses-data/how-whatsapp-ticks-work

Try to change

  • content.json and
  • diagram.json files
    and see the differences.

Run local webserver

You can run a local web server to see changes locally on your machine.

Check this link https://stackoverflow.com/a/8427954 to know about "Using node.js as a simple web server".

First get npm by installing NodeJS.


So the steps after you fork the repository and clone it to your machine.

  1. Install NodeJS from here.

  2. Change directory to your repo folder in your machine and install connect and serve-static with NPM

$ cd visual-presentation
$ npm install connect serve-static
  1. Run with Node.js
$ node server.js
  1. You can now go to http://localhost:8080 and see your files.