BobFromAccounting / PURL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://documentation.zemez.io/html/landing/v1-0/

Installing Dependencies

In terminal

  • Install NPM

  • $ brew update && brew install node

  • $ npm -v (Should see a version number after running this command)

  • Install http-server

  • $ npm install -g http-server

Navigate to folder with site and sources folders and run:

  • $ http-server -o /site/index.html
  • This is allow you to start the local http server and will automatically open a browser window with the html rendered to the screen.

About


Languages

Language:CSS 60.5%Language:PHP 31.8%Language:JavaScript 6.2%Language:Smarty 1.4%Language:HTML 0.1%