https://github.com/ashblue/express-static
A bare bones express static server
https://github.com/ashblue/express-static
Last synced: 9 months ago
JSON representation
A bare bones express static server
- Host: GitHub
- URL: https://github.com/ashblue/express-static
- Owner: ashblue
- Created: 2015-12-18T19:45:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T20:45:57.000Z (about 10 years ago)
- Last Synced: 2025-02-13T22:42:20.857Z (11 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Static Setup
A re-usable simple static asset server for Express. Ready to go out of the box.
## Basic Setup
1. `npm install` from terminal
1. Place your files in `public`, must include an index.html file
1. Run `sh run-prod.sh` or `sh run-dev.sh`. Note that prod will limit error logs while dev will print out full details.