Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathankot/getmeetingroom.com
https://github.com/nathankot/getmeetingroom.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathankot/getmeetingroom.com
- Owner: nathankot
- Created: 2013-11-19T23:34:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-21T09:04:35.000Z (about 11 years ago)
- Last Synced: 2024-10-26T22:47:58.496Z (3 months ago)
- Language: CSS
- Size: 1.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NK's Cilentside Boilerplate
## Use Yeoman
This boilerplate is based off [yeoman/generator-angular][yg] and you can still
use their generators once you've installed yo.E.g:
``` bash
$ yo angular:directive myNewDirective
```## Express as asset server
In addition to the `yo angular` boilerplate, I tacked on [express][expres] as a static
asset server. Probably overkill and something like [connect][connect] would
do, but the added flexibility may be helpful.## Build around an API
Ultimately you should be building around an API server, this can be anything
from Rails to another express instance.[yg]: https://github.com/yeoman/generator-angular
[express]: https://github.com/visionmedia/express
[connect]: https://github.com/senchalabs/connect## License
> The MIT License (MIT)
> Copyright (c)
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.