0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Next.jsの環境構築(Manjaro)

Posted at

はじめに

調べれば腐るほど出てくるだろうけど、個人的に必要であるので書き残しておく・・・

環境

デスクトップ環境はKDE。
neofetch
image.png

使用コマンド

更新

sudo pacman -Sy

nodejsのインストール

sudo pacman -S nodejs

Next.jsの環境作成

(必要なディレクトリに移動して)
npx create-next-app

起動

npm run dev

おわりに

Tailwind CSSはいいぞ。
質問受け付けます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?