Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (33 loc) · 1.44 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.44 KB

About

  • jsconf.jp 二日目 スピードハッカソン (Recruit Technologies スポンサーセッション)

JSConf JP 内のスポンサートークで http://web.dev にも掲載されたスピードハッカソンをやります。 実際にあるサイト(ここでは http://jsconf.jp のサイト)を高速化します。

開発を始める

必要なもの

  • Github のアカウント
  • git
  • node
  • Chrome

まずはサーバーを起動してみよう

  • 以下のコマンドを実行
$ git clone https://github.com/recruit-tech/speed-hackathon-jsconf.jp.git
$ cd speed-hackathon-jsconf.jp
$ npm i
$ npm start

npm start すると サーバーを起動されます. サーバーが起動されたら,chrome で http://localhost:3000/2019/speakers にアクセスしよう

✨ Tips

npm start すると,対応している場合ブラウザが自動で開きます

Lighthouse で スコアを計測してみよう

1. Chrome の 開発者ツールを立ち上げる

launch dev tools

2. タブから Audits を選択

select lighthouce

3. lighthouce を実行

    1. Device から Desktop を選択
    1. 青いボタンの Run audits をクリックする

run audits

4. 100点 を目指そう!

results