-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |