You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that you got everything installed you can run in development mode which will open the devtools automatically when passing the flag NODE_ENV=development.
NODE_ENV=development npm start
When everything is installed you should be able to watch for changes in JS and SASS files:
npm run watch
You can also build for all platforms with (ps tasks for specific platforms are available):