Giter VIP home page Giter VIP logo

lagom-hands-on-development's Introduction

Lagom Hands-On-Development

Lagom のサンプルプロジェクト Chirper(Twitterライクなアプリケーション) に「お気に入り」機能を追加実装するハンズオンです。

このハンズオンで必要なもの

事前準備

  • Java のバージョンが1.8系になっているか確認してください

    $ java -version
    java version "1.8.0_74"
    Java(TM) SE Runtime Environment (build 1.8.0_74-b02)
    Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode)
    $ javac -version
    javac 1.8.0_74

    JDK8をインストールしたにも関わらず、1.8系になっていない場合はJDK8にパスが通っているか確認してください。

  • ターミナルで任意のディレクトリの移動し、リポジトリをクローンします

    $ cd ~/workspace
    $ git clone [email protected]:negokaz/lagom-hands-on-development.git
  • プロジェクトのディレクトリに移動し、開発環境を起動します

    $ cd lagom-hands-on-development
    $ bin/activator ui

    自動的に http://localhost:8888 が開き、コードが閲覧できるようになります。(例: FavoriteService.java)

    確認できたらターミナル上でCtrl + Cを押して終了します。

  • 別のターミナルを開き、アプリケーションを起動します

    $ cd lagom-hands-on-development
    $ bin/activator runAll
    ....
    [info] (Services started, use Ctrl+D to stop and go back to the console...)
    # ↑起動完了のログ

    http://localhost:9000 に移動し、下記のような画面が表示されると起動成功です。

    確認できたらターミナル上でCtrl + Dを押して終了します。

ハンズオンを始める

  • Activator UI を起動します

    $ cd lagom-hands-on-development
    $ bin/activator ui
  • チュートリアル を確認し、スタッフの指示を待って下さい。

lagom-hands-on-development's People

Contributors

negokaz avatar

Watchers

 avatar

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.