An open API service indexing awesome lists of open source software.

https://github.com/themeselection/flyonui-solidjs-integration


https://github.com/themeselection/flyonui-solidjs-integration

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# [Flyonui V2.0.0](https://flyonui.com/) + [SolidJS](https://www.solidjs.com/)

## Branch Overview

- **main**: Contains the FlyonUI Starter Kit integrated with Next.js, providing a foundational setup to begin your project.

- **components**: Showcases the implementation and usage of various FlyonUI components within a Next.js environment.

## Usage

**Install the dependencies:**

```bash
$ npm install # or pnpm install or yarn install
```

**Run the app in development mode:**

```bash
$ npm run dev # or npm start if you want to test build
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

**Genereate a build of the app:**

```bash
npm run build
```

Builds the app for production to the `dist` folder.

It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

## Deployment

You can deploy the `dist` folder to any static host provider (netlify, surge, now, etc.)