https://github.com/kylestetz/templating-tutorial
https://github.com/kylestetz/templating-tutorial
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kylestetz/templating-tutorial
- Owner: kylestetz
- Created: 2013-08-01T19:28:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T12:46:17.000Z (almost 11 years ago)
- Last Synced: 2025-06-06T01:06:21.185Z (about 1 year ago)
- Language: HTML
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
templating is rad
=================
To get started, clone this repo and run `npm install` to get all of the dependencies.
Run `npm start` to start the server, which you can now access at http://localhost:3000.
The template being rendered is `views/index.html`, and the relevant javascript is located in `routes/index.js`.