my-bs4-app-sample1: reactstrapのサンプルその1

Bootstrap4 + Reactのサンプルその1

This project was bootstrapped with Create React App.

src/App.jsは https://gist.github.com/Thomas-Smyth/006fd507a7295f17a8473451938f9935 を使った。

動かし方

  1. このリポジトリをgit cloneする。

  2. リポジトリのディレクトリに移動して、次のコマンドを実行する。

$ npm install
$ npm start
  1. ブラウザからhttp://localhost:3000にアクセスする。