https://github.com/ww24/adf-hackathon
ADF Hackathon
https://github.com/ww24/adf-hackathon
Last synced: about 2 months ago
JSON representation
ADF Hackathon
- Host: GitHub
- URL: https://github.com/ww24/adf-hackathon
- Owner: ww24
- Created: 2015-03-29T10:54:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T06:40:13.000Z (about 10 years ago)
- Last Synced: 2025-02-09T10:46:40.708Z (3 months ago)
- Language: JavaScript
- Size: 711 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ADF Hackathon
=============Requirements
------------
* Node.js 0.12
* (MongoDB 2.6)Directories
-----------
* config: 設定ファイル
* libs: ライブラリ
* models: モデル
* public: 静的ファイル
* routes: ルート (コントローラ)
* views: ビュー (HTML, mustache)How to launch
-------------
* Node.js v0.12 のインストール
* `npm i` 実行
* `npm start`
* ブラウザで [localhost:3000](http://localhost:3000) を開く
* display 側は [localhost:3000/display](http://localhost:3000/display)