Start the app in the dev
environment:
npm start
the way tailwind is setup we need to be watching tailwind classes:
dev command is setup to run concurrently \"npm start\" \"npm run tailwind:watch\"
npm run dev
To package apps for the local platform:
npm run package
src/main/lib/environmentVars.ts
from this file we can switch between production and development environment