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.
- Host: GitHub
- URL: https://github.com/udelblue/staticserver
- Owner: udelblue
- License: mit
- Created: 2018-06-21T22:38:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T22:42:07.000Z (about 8 years ago)
- Last Synced: 2025-03-16T11:34:36.073Z (over 1 year ago)
- Topics: static-file-server
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)