Skip to content

Commit

Permalink
📝 change: 雑に
Browse files Browse the repository at this point in the history
  • Loading branch information
ivgtr committed Feb 9, 2021
1 parent 009aa7e commit ba1e936
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# Next.js sample Repository
# Next.js + Firebase Auth

[![Twitter Follow](https://img.shields.io/twitter/follow/mawaru_hana?style=social)](https://twitter.com/mawaru_hana) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Donate](https://img.shields.io/badge/%EF%BC%84-support-green.svg?style=flat-square)](https://www.buymeacoffee.com/ivgtr)
Next.js でのFirebase Login

## :thinking: What's this?
## 技術スタック

この repository は自分が next.js を使用する際に使うである機能を最低限思い出せる様にまとめた sample です。
CheckList を全て埋める事を目標とします。
- Next.js
- Firebase
- Recoil

## :white_check_mark: CheckList
## セットアップ、開発
```sh
$ yarn
$ yarn dev
```
- /.env にFirebase Consoleの以下を追加
- FIREBASE_API_KEY
- FIREBASE_AUTH_DOMAIN
- FIREBASE_DATABASE_URL
- FIREBASE_PROJECT_ID
- FIREBASE_STORAGE_BUCKET
- FIREBASE_MESSEGING_SENDER_ID
- FIREBASE_APP_ID

- [x] ディレクトリ構造
- [x] alias の追加
- [x] SCSS の追加
- [x] \_app,\_document の追加
- [x] router を利用する為のヒント
- [ ] Redux の導入と利用する為のヒント
- [x] props を利用する為のヒント
- [x] ESLint,prettier,stylelint の追加
- [x] Tailwind の追加
- [ ] Jest の追加

## :package: Main Package

- next: "^10.0.0"
- react: "^17.0.0"

## :label: License
## License

MIT ©[ivgtr](https://github.com/ivgtr)

[![Github Follow](https://img.shields.io/github/followers/ivgtr?style=social)](https://github.com/ivgtr) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Donate](https://img.shields.io/badge/%EF%BC%84-support-green.svg?style=flat-square)](https://www.buymeacoffee.com/ivgtr)

0 comments on commit ba1e936

Please sign in to comment.