Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subicura/bb-ng
DEV_STUDY BudgetBook AngularJS
https://github.com/subicura/bb-ng
Last synced: 29 days ago
JSON representation
DEV_STUDY BudgetBook AngularJS
- Host: GitHub
- URL: https://github.com/subicura/bb-ng
- Owner: subicura
- Created: 2013-10-06T10:36:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-05T01:37:24.000Z (about 11 years ago)
- Last Synced: 2024-04-15T09:15:20.586Z (8 months ago)
- Language: JavaScript
- Size: 2.33 MB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BudgetBook AngularJS Application
=========================## 설정방법 (console)
$ npm install -g generator-angular
$ git clone [email protected]:subicura/bb-ng.git # clone source
$ cd bb-ng$ npm install # npm package install (grunt/karma/...)
$ bower install # bower package install (angular/jquery/sematic-ui/...)
$ cp app/scripts/config.js.example app/scripts/config.js
$ grunt server # launch server!!## configuration
- app/scripts/config.js 파일의 내용을 환경에 맞게 수정해주세요.
## file naming convention
- 소문자시작 + camel case
- ex) ngShow.js
- ex) userService.js## Server(BudgetBook API) repository
- https://github.com/rorlab/bbapi.git (source)
- https://github.com/rorlab/bbapi (homepage)## Coding Note
- https://docs.google.com/document/d/1B0eesqGERt39OwywQJbVSeaNQsfJa5PR0qIc1EsRbxQ/edit?usp=sharing