The React version of Jarvis is ready to be configured. Due to script execution restrictions, we need to take a different approach to run the React app locally.
Here are the options to get started:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
in PowerShell as administratornpm install
npm start
to start the development serverAlternatively, you can use Visual Studio Code's built-in terminal which often bypasses these restrictions.