https://github.com/delsner/simple-express-server
Express server with jade template engine
https://github.com/delsner/simple-express-server
Last synced: 10 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T16:54:44.000Z (about 9 years ago)
- Last Synced: 2025-02-27T14:23:11.608Z (over 1 year 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