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アプリケーションです。(デモアプリなのでご自由に利用してください)
- Host: GitHub
- URL: https://github.com/nemuvski/todo-reactjs
- Owner: nemuvski
- Created: 2021-04-30T09:28:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T14:18:47.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T14:58:40.765Z (over 1 year ago)
- Topics: firebase, firebase-authentication, firebase-firestore, material-ui, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 875 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`ディレクトリにビルド結果が出力されます。