Skip to content

bbugguj/bb-ng

This branch is 56 commits behind subicura/bb-ng:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jaehue JangJaehue Jang
Jaehue Jang
and
Jaehue Jang
Nov 30, 2013
c0cf27a · Nov 30, 2013
Nov 30, 2013
Oct 30, 2013
Oct 5, 2013
Oct 5, 2013
Oct 5, 2013
Oct 29, 2013
Oct 5, 2013
Oct 5, 2013
Nov 29, 2013
Oct 29, 2013
Nov 20, 2013
Oct 23, 2013
Nov 1, 2013
Nov 2, 2013

Repository files navigation

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

Coding Note

About

DEV_STUDY BudgetBook AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.0%
  • CSS 43.0%