https://teratail.com/questions/265846
上記の質問の続きになります
yarn create next-app コマンドを実行
yarn add next react react-dom コマンドを実行
touch tsconfig.json コマンドを実行
yarn add --dev typescript @types/react @types/node コマンドを実行
上記の4つのコマンドを実行しnext.jsの環境を構築しました。
この環境にreact + typescriptで作っていたspaアプリのファイルを移行しようと思います。
next.jsのディレクトリを見てみると以下のようになっていました。
react + typescriptのspaアプリを移行したいのですがnext.jsに移行した時、ディレクトリはどういう構成にしたらいいのでしょうか
// next.js pages-- api-- hello.js public-- favion.ico next.config.js tsconfig.json
//react + typescript (next.jsの環境に移行したい)のディレクトリ components-- atoms-- Botton.tsx TextField.tsx layout-- Menu.tsx App.tsx routes.tsx pages-- Login.tsx Users.tsx UserList.tsx index.html index.tsx eslint.js tsconfig.json webpack.config.js
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/02 08:22
2020/06/02 12:49
2020/06/02 13:27 編集
2020/06/02 13:27
2020/06/02 13:29
2020/06/02 13:34
2020/06/03 23:59
2020/06/04 12:29
2020/06/07 12:29