Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/will123195/koa-hbs-seed
Seed website using koa + handlebars + jquery.
https://github.com/will123195/koa-hbs-seed
Last synced: 10 days ago
JSON representation
Seed website using koa + handlebars + jquery.
- Host: GitHub
- URL: https://github.com/will123195/koa-hbs-seed
- Owner: will123195
- Created: 2014-09-10T22:31:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T02:14:48.000Z (over 10 years ago)
- Last Synced: 2024-04-14T21:51:23.086Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
koa-hbs-seed
============Seed website using Koa + Handlebars + LESS + jQuery.
Features
========- Koa generators
- No "build" (committing `node_modules` is recommended)
- No routes config (scans the file system for "pages" / dynamic urls)
- Precompiles your handlebars templates (for both nodejs and browser)
- Precompiles LESS files together into a single CSS file
- Encrypted cookie-based client-side sessionsInstall
=======Node 0.11+ is required.
One-time setup:
```
npm run setup
n latest
npm install
```Run
===```
npm start
```