https://github.com/ispyhumanfly/valance
A flavor agnostic frontend platform for Node.js
https://github.com/ispyhumanfly/valance
coffeescript frontend-framework javascript nodejs redis typescript valance webcomponents
Last synced: about 2 months ago
JSON representation
A flavor agnostic frontend platform for Node.js
- Host: GitHub
- URL: https://github.com/ispyhumanfly/valance
- Owner: ispyhumanfly
- License: mit
- Created: 2017-03-01T04:36:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T03:33:07.000Z (over 7 years ago)
- Last Synced: 2024-10-18T20:47:50.159Z (7 months ago)
- Topics: coffeescript, frontend-framework, javascript, nodejs, redis, typescript, valance, webcomponents
- Language: JavaScript
- Homepage: http://valance.ispyhumanfly.com
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Valance
A fast and flexible technology for making cross-platform applications. Valance provides a highly scalable, and easy to use environment for rapidly developing and deliverying modern web, mobile and desktop applications.# Synopsis
Power your web components using the Valance application server.valance --name appname --home /path/to/your/app --port 8080
# Installation
Valance can easily be installed using various methods.# NPM
The latest stable release of Valance is available via the Node Package Manager.## Global
npm install valance -g## Local
npm install valance --save
# GitHub
The source code is available on GitHub.## Global
npm install https://github.com/ispyhumanfly/valance -g## Local
npm install https://github.com/ispyhumanfly/valance -g## Clone
git clone https://github.com/ispyhumanfly/valance.git# Examples
There is still much to be desired in the way of documentation. Below I've made available some of the Valance applications that I'm creating for various customers of mine, and, I hope for now can serve as a starting point. Please ask me questions!### Dtownmom
[https://github.com/ispyhumanfly/dtownmom]### Cabbage Patch Saloon
[https://github.com/ispyhumanfly/cabbagepatchsaloon]### Silver Gate Lending
[https://github.com/ispyhumanfly/silvergetlending]# Author
Dan Stephenson ([email protected])# License
MIT