This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@logicallyabstract/simple-dev-server
TypeScript icon, indicating that this package has built-in type declarations

0.5.2 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @logicallyabstract/simple-dev-server

Weekly Downloads

25

Version

0.5.2

License

MIT

Unpacked Size

45.3 kB

Total Files

21

Last publish

Collaborators

  • ajklein