appsoftwareltd / appsoftwareltd.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appsoftwareltd.github.io

Static site for GitHub pages.

Published at https://appsoftware.com

Development / Debug

Development / debugging of static site options:

  1. Set up local NGINX

  2. Set up npm and install http-server package:

$ npm init
$ npm install http-server

package.json contains run script:

"scripts": {
    "dev": "http-server ."
},

Run with

$ npm run dev

About


Languages

Language:JavaScript 74.3%Language:HTML 17.6%Language:CSS 8.1%