/web-server

WebServer using Node.js to serve HTML/CSS and JavaScript locally

Primary LanguageTypeScript

Web Server

This is a Web Server built in Node js to serve html/css and javascript locally for devlopment

Installation

Install it globally

npm install -g @coswat/server

Install it as a dev dependency

npm install --save-dev @coswat/server

Usage

if you installed this globally you can use it by calling the command called server

port is 3000 by default

wserver <port>

use npx wserver command if you install it as a dev dependency