0.1.0 • Published 7 years ago

webhost-server-spa v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago