GithubHelp home page GithubHelp logo

halau's Introduction

Halau: お手軽家計簿アプリケーション

開発に必要なもの♪←だめぽ

Gitの使い方

  1. git-bashを起動し、プロジェクトをcloneする。

    $ git clone https://github.com/halau/halau.git

すでにcloneずみの場合はpullする

 $ git pull --rebase
  1. ファイルを変更したら、git statusで変更を確認する

    $ git status

    On branch master

    Untracked files:

    (use "git add ..." to include in what will be committed)

    README.mkdn

    nothing added to commit but untracked files present (use "git add" to track)

  2. コミットしたいファイルをaddする

    $ git add README.mkdn $ git status

    On branch master

    Changes to be committed:

    (use "git reset HEAD ..." to unstage)

    new file: README.mkdn

  3. 適当なコミットメッセージとともにcommitする

    $ git commit -m 'READMEを更新した' [master 08d9742] READMEを更新した 1 file changed, 41 insertions(+) create mode 100644 README.mkdn

  4. 作業が完了したら他の人に公開するためにpushする

    $ git push

Play!での開発方法

http://www.slideshare.net/rrrkitamura/play-framework-20参照

  1. playを起動する

    $ play run

  2. http://localhost:9000 にアクセスする

  3. 適当にファイルをいじってブラウザをリロードすると、自動でコンパイルされる

AUTHOR

  • Keisuke Yamamoto

参考文献

halau's People

Contributors

mzp avatar tamechop avatar meteor0222 avatar

Stargazers

 avatar

Watchers

James Cloos avatar

halau's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.