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

https://github.com/udelblue/staticserver

Boilerplate code for building a serving static files.
https://github.com/udelblue/staticserver

static-file-server

Last synced: 9 months ago
JSON representation

Boilerplate code for building a serving static files.

Awesome Lists containing this project

README

          

# StaticServer

Node js Static File Server

Install dependencies (first time only):

$ npm install

How to start:

$ npm start

Open [http://localhost:3000](http://localhost:3000)