LoginSignup
6
6

More than 5 years have passed since last update.

ツイッター風のメモアプリ作成時のメモ

Posted at

アプリの作成方法

フレームワーク(Mojolicious)

アプリのひな形を作成する

$ mojo generate lite_app twitter.pl

テストサーバを立ち上げる

$ morbo twitter.pl

見た目(CSS)

Bootstrap

Bootstrapの読み込み

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>

Bootsrapの使い方で参考になるサイト

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6