Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/setghm/lite-serve

Simple, fast, quick and lite http server for tests.
https://github.com/setghm/lite-serve

electron-app javascript tool web-server

Last synced: 1 day ago
JSON representation

Simple, fast, quick and lite http server for tests.

Awesome Lists containing this project

README

        

# Lite Serve

Simple, fast, quick and lite http server for tests.

Use it for your personal projects if you prefer user interface based tools.

## Run this application on your computer.

To build the application use:
```console
npm run dist
```

To run the application:
```console
npm start
```

> [!NOTE]
> Don't forget to execute ```npm install``` in order to get all the dependencies to build or run this application.

_By Set HM 2024_