1
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、TypeScriptのインストールと初期設定

Last updated at Posted at 2022-07-25

はじめに

フロントエンドの環境構築で
TypeScript、next.jsを使用するために行ったことについてまとめます。

仕様技術、環境

OS → Windows 
エディター → VSCode

Node.jsとは

サーバーサイドでJavaScriptを動かすための動作環境。

参考記事↓
Node.jsとはなにか?なぜみんな使っているのか?

TypeScriptとは

JavaScriptを元にしたプログラミング言語。
私の認識だとJavaScriptの進化版

参考記事↓
TypeScriptを入門者向けに解説!JavaScriptとの違いや勉強法までわかりやすく

Next.jsとは

JavaScriptのライブラリであるReactを元にしたフロントエンドフレームワーク。

参考記事↓
Next.jsとはReactベースのフレームワーク!Nuxt.jsとの違いや特徴は?【入門編】
Next.jsとは何か?何ができるのか?React開発のフレームワークを解説

環境構築

実施したこと

  1. node.jsのインストール
  2. Next.jsとTypeScriptの環境構築
  3. VSCodeで拡張機能のESLintとPrettierの設定
    ※ ESLintはJavaScriptのコードを正しく書けているかをチェックするツール。
     Prettierは、ソースコードを整形するツール。

参考記事↓
【入門】create-next-appでNext.jsとTypeScript環境を構築
VS Code への ESLint プラグインのインストール
【VSCode】Prettierの使い方&おすすめ設定を紹介

1
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
1
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?