Skip to content

VasireddyGanesh/visual-presentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • HTML 16.3%
  • CSS 12.9%