Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 542 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 542 Bytes

Express Simplest

This repository is a demo of creating simple apps which serve static content using express

Prerequisites

Getting Started

# 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

License

This project is licensed under the MIT License - see the LICENSE file for details