Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/delsner/simple-express-server

Express server with jade template engine
https://github.com/delsner/simple-express-server

Last synced: about 17 hours ago
JSON representation

Express server with jade template engine

Awesome Lists containing this project

README

        

# Simple NodeJs express app with babel and jade
# start the server (starts babel-node with nodemon)
npm start

# open in browser
http://localhost:3000

# build for production (output to dist folder)
npm run build