This is a Web Server built in Node js to serve html/css and javascript locally for devlopment
Install it globally
npm install -g @coswat/server
Install it as a dev dependency
npm install --save-dev @coswat/server
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