https://github.com/spoonx/swan-example
Todo example using the swan stack.
https://github.com/spoonx/swan-example
Last synced: 12 months ago
JSON representation
Todo example using the swan stack.
- Host: GitHub
- URL: https://github.com/spoonx/swan-example
- Owner: SpoonX
- License: mit
- Created: 2016-06-01T13:32:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T13:32:15.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T03:15:02.388Z (over 1 year ago)
- Homepage: http://swan-example.spoonx.org
- Size: 2.93 KB
- Stars: 5
- Watchers: 5
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Swan example
This is the main project repository for the swan example.
## Demo
You can find a running demo here: http://swan-example.spoonx.org/
Username: example
Password: example
## Installation
1. Make sure you have [swan installed](https://github.com/spoonx/swan-cli) and set up.
2. Run `swan setup spoonx/swan-example`
## Running
There are two ways to run the application.
### Swan
* Run the application using `swan start -v`
### Gulp and sails
* Run the client using `cd swan-example-client && gulp watch`
* Run the server using `cd swan-example-server && sails lift`
## What
Swan example is an example project to demonstrate several high-level components provided by SpoonX, including the usage of [SWAN](https://github.com/spoonx/swan-cli).
The components demonstrated are:
- [aurelia-authentication](https://github.com/SpoonX/aurelia-authentication)
- [aurelia-api](https://github.com/SpoonX/aurelia-api)
- [aurelia-orm](https://github.com/SpoonX/aurelia-orm)
- [aurelia-notification](https://github.com/SpoonX/aurelia-notification)
- [sails-hook-authorization](https://github.com/SpoonX/sails-hook-authorization)