Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/setghm/lite-serve
- Owner: setghm
- License: mit
- Created: 2024-05-05T01:14:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T03:30:10.000Z (6 months ago)
- Last Synced: 2024-05-06T02:24:47.306Z (6 months ago)
- Topics: electron-app, javascript, tool, web-server
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_