Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next.js 対応 #49

Closed
mryhryki opened this issue Dec 2, 2020 · 3 comments
Closed

Next.js 対応 #49

mryhryki opened this issue Dec 2, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@mryhryki
Copy link
Collaborator

mryhryki commented Dec 2, 2020

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

  • Next.js 対応
  • ホスティング(Next.js を作っている vercel が親和性高くて良いですよ)
@mryhryki mryhryki added the enhancement New feature or request label Dec 2, 2020
@mryhryki mryhryki added this to To do in ブログを作る via automation Dec 2, 2020
@mryhryki
Copy link
Collaborator Author

mryhryki commented Dec 2, 2020

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

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

@mryhryki
Copy link
Collaborator Author

mryhryki commented Dec 2, 2020

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

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

@mryhryki
Copy link
Collaborator Author

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

ブログを作る automation moved this from To do to Done Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants