Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/delsner/simple-express-server
- Owner: delsner
- Created: 2017-04-27T11:32:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T16:54:44.000Z (over 7 years ago)
- Last Synced: 2024-11-11T19:42:13.711Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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