Coding Reactの開発環境構築(Windows) 参考:Qiita(WindowsでReactの環境構築をしてみる)MacOSは以下1. nodist インストールGitHubのリポジトリからNodistSetup-vX.X.X.exeをダウンロード→実行ウィザードはデフォルトのままNex... 2021.12.18 Coding
Coding Reactの環境構築(MacOS) Windowsはこちら1. homebrewとnodebrewのインストールhomebrewをインストールする(入っていればやらなくていい)% /bin/bash -c "$(curl -fsSL "% brew -vnodebrewをイン... 2021.12.03 Coding