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

https://github.com/themesberg/flowbite-react-template-react-server

Official Flowbite React template using React Server
https://github.com/themesberg/flowbite-react-template-react-server

flowbite-react react-server reactserver template

Last synced: 7 months ago
JSON representation

Official Flowbite React template using React Server

Awesome Lists containing this project

README

          

This is a [@lazarv/react-server](https://react-server.dev) project bootstrapped with [`create-react-server`](https://react-server.dev/guide/quick-start).

## Getting Started

First, run the development server:

```sh
npm run dev
```

Use the `--open` flag, the development server command menu or navigate to [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying ``. The page auto-updates as you edit the file.

## Build

To build the application for production, run:

```sh
npm run build
```

The build output will be in the `.react-server` directory.

To run the production server, run:

```sh
npm start start
```

## Learn More

To learn more about [@lazarv/react-server](https://react-server.dev), take a look at the documentation or search the documentation using the development server.

You can check out framework on [GitHub](https://github.com/lazarv/react-server) - your feedback and contributions are welcome!