tommykw / css-tutorials

A repository of very small frontend projects to study. Create for practice using html and css practices.

Home Page:https://tommykw-css-tutorials.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js 対応

mryhryki opened this issue · comments

#48 で Next.js を使ってブログ作成をしてみることになったので、それの対応。

  • Next.js 対応
  • ホスティング(Next.js を作っている vercel が親和性高くて良いですよ)

Create Next App | Next.js を使うと簡単に雛形を作れます。
TypeScript や npm を使う場合はオプションで指定する。

$ npx create-next-app --use-npm --example with-typescript "css-tutorial" 

blog-starter-typescript とかもあるので、こういうのを使っても良いかもしれない。
https://github.com/vercel/next.js/tree/canary/examples

(どこまで自分でやりたいかの希望で決めて大丈夫です)

時間が経ってしまっているので、一旦クローズする。