This is a pretty basic setup, with no frills. It uses a classic remix compiler and not vite
. The vite compiler has some issues with @fluentui/react-icons
, it throws an error unexpected token 'export'
. If you have an idea on how to fix it, create a new PR.
Run the dev server:
npm run dev
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
Now you'll need to pick a host to deploy it to.