-
main: Contains the FlyonUI Starter Kit integrated with Remix, providing a foundational setup to begin your project.
-
components: Showcases the implementation and usage of various FlyonUI components within a Remix environment.
Install the dependencies:
$ npm install # or pnpm install or yarn install
Run the app in development mode:
$ npm run dev # or npm start if you want to test build
Open http://localhost:5173/ to view it in the browser.
The production build will generate client and server modules by running both client and server build commands. The build command will use Typescript to run a type check on the source code.
npm run build