An open API service indexing awesome lists of open source software.

https://github.com/nemuvski/todo-reactjs

🤖 React.js+FirebaseのToDo Listアプリケーションです。(デモアプリなのでご自由に利用してください)
https://github.com/nemuvski/todo-reactjs

firebase firebase-authentication firebase-firestore material-ui reactjs typescript

Last synced: 3 months ago
JSON representation

🤖 React.js+FirebaseのToDo Listアプリケーションです。(デモアプリなのでご自由に利用してください)

Awesome Lists containing this project

README

          

# ToDo List (React.js)

React.jsを用いて実装されたToDo Listです。
お試し環境としてご利用ください。

## 前準備

```shell
yarn install

# firebase連携のための情報を記入.
cp .env.example .env
vi .env
```

## 動作確認・ビルド

### `yarn start`

Developmentモードでアプリケーションを起動します。

起動後に[http://localhost:3000](http://localhost:3000)にアクセスすると確認できます。

### `yarn build`

Productionモードでビルドし、`build/`ディレクトリにビルド結果が出力されます。