■前提
・node.jsインストール済み
・npmインストール済み
■creat-react-app
・node.jsインストール済み
・npmインストール済み
任意のディレクトリで下記コマンドを叩。
今回はchatbot-demoというプロジェクト名。
1 |
npx create-react-app chatbot-demo |
エディタを開き下記を実行。
1 |
npm start |
するとこの画面が立ち上がる。
これで環境構築は完了。