This repository is a demo of creating simple apps which serve static content using express
# Clone latest version
git clone --depth=1 https://github.com/JordenLCH/express_simplest
# Enter the directory
cd express_simplest
# Install dependencies
npm install
# Start the boilerplate
node server.js
This project is licensed under the MIT License - see the LICENSE file for details