https://github.com/jakecyr/simple-server
Simple static file server buillt using Node.js
https://github.com/jakecyr/simple-server
nodejs static-server static-site
Last synced: 6 months ago
JSON representation
Simple static file server buillt using Node.js
- Host: GitHub
- URL: https://github.com/jakecyr/simple-server
- Owner: jakecyr
- Created: 2019-10-29T13:39:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T03:34:58.000Z (about 6 years ago)
- Last Synced: 2025-08-08T18:13:52.897Z (6 months ago)
- Topics: nodejs, static-server, static-site
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Simple Server
Simple static file server for Node.js
## How to use
Clone repo
Create an alias, changing `index.js` to the path to this cloned repo:
```bash
alias simple-server="node index.js"
```
Run the static file server:
```bash
simple-server code/
```