/react_web_archives

React版 WebArchives

Primary LanguageTypeScript

WebArchives React版クライアント

WebApchives iOSアプリで収集した情報をWebで表示するReactアプリ

ReactWebArichives

Build

  • インストール
$ git clone git@github.com:yuumi3/react_web_archives.git
$ npm install
  • あなたのFirebaseアカウント情報を src/firebaseConfig.ts に設定して下さい。
export default {
  apiKey: "XXXXXX",
  authDomain: "XXXXXX",
  databaseURL: "XXXXXX",
  projectId: "XXXXXX",
  storageBucket: "XXXXXX",
  messagingSenderId: "XXXXXX",
  appId: "XXXXXX"
}
  • npm start コマンドを実行すると しばらくして http://localhost:8080 にアプリが起動されます。
  • 右上の Login ボタンを押して認証して下さい。
  • npm run build コマンドでデプロイ可能なhtml,js等のファイルが build/ ディレクトリー下に作成されます。

License

MIT License.