LoginSignup
0
1

More than 5 years have passed since last update.

djangoでGentelellaを使う

Last updated at Posted at 2017-08-19

作成中

おしゃれなダッシュボード作成に向けた試行の記録。
フロントエンド用パッケージ管理ツールのbower経由でGentelellaをインストールする。OSはwindows 10 home edition。

bowerのインストール

bowerをインストールするため、先に下記のサイトから対応するnode.jsをダウンロードしてインストールする。

install node.js
https://nodejs.org/ja/download/

node.jsを使ってbowerをインストール
npm install bower -g

bowerを初期化
bower init

Gentelellaのインストール

作業ディレクトリに移動
cd project/path

0
1
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
0
1