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 を使った。
動かし方
-
このリポジトリを
git clone
する。 -
リポジトリのディレクトリに移動して、次のコマンドを実行する。
$ npm install
$ npm start
- ブラウザから
http://localhost:3000
にアクセスする。