https://github.com/complate/complate-sample-express
complate sample application using Express on Node.js
https://github.com/complate/complate-sample-express
Last synced: about 1 year ago
JSON representation
complate sample application using Express on Node.js
- Host: GitHub
- URL: https://github.com/complate/complate-sample-express
- Owner: complate
- Created: 2017-05-30T19:17:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T17:14:43.000Z (over 7 years ago)
- Last Synced: 2025-02-16T08:26:53.395Z (over 1 year ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
complate-sample-express
=======================
This demonstrates complate server-side rendering in the context of an
[Express](http://expressjs.com) application, using the
[corresponding adaptor](https://github.com/complate/complate-express).
Getting Started
---------------
* ensure [Node](https://nodejs.org) is installed
* `npm install` downloads dependencies
* `npm start` starts the server at [localhost:3000](http://localhost:3000)