LoginSignup
6
6

More than 5 years have passed since last update.

Angular CLI と Github Pages で雑な個人ウェブ開発

Last updated at Posted at 2017-02-26

背景

目論見(もくろみ)

やり方

アプリケーションを作る

npm install -g angular-cli
ng new myapp

デプロイする

cd myapp
ng github-pages:deploy

アクセスする

http://[あなたのgithubアカウント名].github.io/myapp にアクセスする

作成例

今後

cssをいちから自分で書くのもだるかったりするので良い感じのCSSフレームワークやほかいろいろ必要なライブラリを列挙したpackage.jsonを作っておいて、いつでもそれなりのウェブアプリっぽい何かを吐き出せるようにしたい。

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