Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumi-sagawa/nextjs-practice-blog-sample
Next.js公式チュートリアルにTypescript, Emotionを導入し取り組んだものです。
https://github.com/fumi-sagawa/nextjs-practice-blog-sample
Last synced: 3 days ago
JSON representation
Next.js公式チュートリアルにTypescript, Emotionを導入し取り組んだものです。
- Host: GitHub
- URL: https://github.com/fumi-sagawa/nextjs-practice-blog-sample
- Owner: fumi-sagawa
- Created: 2021-06-28T04:12:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T09:49:50.000Z (over 3 years ago)
- Last Synced: 2024-11-05T14:26:14.443Z (about 2 months ago)
- Language: TypeScript
- Homepage: nextjs-practice-blog-sample.vercel.app
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 概要
Next.js, Typescript, Emotionによるブログサンプル。
公式チュートリアルがベースです。
[デモサイト](https://nextjs-practice-blog-sample.vercel.app/)## 実行方法
```
yarn install
yarn start
```## 参考文献
### Next.js
[公式チュートリアル](https://nextjs.org/learn/basics/create-nextjs-app)
[大幅にリニューアルされた Next.js のチュートリアルをどこよりも早く全編和訳しました](https://qiita.com/thesugar/items/01896c1faa8241e6b1bc)
### Typescript
[React開発において便利なTypeScriptの型まとめ](https://qiita.com/markey/items/134386ee98b277f181f7)
### Emotion
[Next.js 10 + TypeScriptでEmotionを使う](https://qiita.com/282Haniwa/items/243f00c39ee7c992d7f7)
[Next.js と Emotion でいろいろハマった件](https://blog.unimoku.com/20201106)