- React と Firebase で構成されています。
- react-twitter-embed ライブラリを使用しています。
- ※ 動作には Firebase の APIKey を取得する必要があります。
以下のような画面を構築します。 Firebase 上のユーザー情報及び、投稿情報を画面にレンダリングします。また、投稿内容は ポストボタンから登録することもでき、内容は Firebase に登録されます。
投稿内容は以下のように Firebase に登録されます。
- Start the Development Server:
# Starts the app in development mode on localhost:3000 npm start
- Run Tests:
# Launches the test runner in interactive watch mode npm test
- Create Production Build:
# Builds the app for production to the `build` folder npm run build
- Eject Project Configuration:
# Ejects the project configuration and scripts (irreversible) npm run eject