JordenLCH / express_simplest

One of the simplest method to serve static content using nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

One of the simplest method to serve static content using nodejs

License:MIT License


Languages

Language:JavaScript 63.1%Language:HTML 36.9%