0.5.2 • Published 5 years ago

@logicallyabstract/simple-dev-server v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@logicallyabstract/simple-dev-server

This server is meant to be a way to serve typescript source files directly to a browser. It transpiles typescript and rewrites imports using node's resolve function.

Getting Started

npm install --save-dev @logicallyabstract/simple-dev-server

npx simple-dev-server --port 3000 --fallback /fixtures/static/index.html

Optionally, use one or multiple -e flags to specify a regex to not tranform to esm.

Warning

Do not use this to serve a production website. Use this for local development or running tests only.