0.1.0 • Published 6 years ago

webhost-server-spa v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

webhost-api

Micro server for hosting SPA style apps using the WebHost.

Write using TypeScript with Visual Studio Code.

Installation

$ npm install webhost-server-spa --save-dev

Features

  • Lightweight

Docs

Quick Start

Create a empty NPM package:

$ npm init -y

Install the server:

$ npm install webhost-server-spa --save-dev

Create some script to start the server:

  "scripts": {
    "serve": "webhost-spa . 1339"
  }

Start the server:

$ npm run serve

Example

https://github.com/Cliveburr/WebHost/tree/master/test/server-spa
0.1.0

6 years ago

0.0.10

6 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago