FrankHassanabad / http2-static-server-seed

http2 static server seed project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http2 seed project which serves static files.

Install dependencies

npm install

Run

npm start
Server listening on port: 8080

Open Hello World in it

open https://localhost:8080/index.html

Add new files you want to the public folder

Test it

npm run test

Lint it

npm run lint

About

http2 static server seed project


Languages

Language:JavaScript 97.4%Language:HTML 2.6%