Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumi-sagawa/question-box-app
Next.js, Firebaseを利用した質問箱アプリです。
https://github.com/fumi-sagawa/question-box-app
Last synced: 3 days ago
JSON representation
Next.js, Firebaseを利用した質問箱アプリです。
- Host: GitHub
- URL: https://github.com/fumi-sagawa/question-box-app
- Owner: fumi-sagawa
- Created: 2021-07-13T05:58:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T06:08:30.000Z (over 3 years ago)
- Last Synced: 2024-11-05T14:26:16.543Z (about 2 months ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Template
## 構成
- Next.js
- Emotion
- TypeScript
- Recoil
- ESLint
- Prettier## 使い方
```
yarn
yarn dev
```### 参考文献
- [Next.js +TypeScript で環境構築!ESLint + Prettier の導入から解析自動化までやってみた](https://zenn.dev/kurao/articles/456f44a6f43d89)
- [Next.js 開発環境 メンテしました 2021-04](https://zenn.dev/itomise/articles/c403f60868914d)
- [Next.js 10 + TypeScript で Emotion を使う](https://qiita.com/282Haniwa/items/243f00c39ee7c992d7f7)
- [Next.js と Emotion でいろいろハマった件 1](https://blog.unimoku.com/20201106)