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

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

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.