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
- Host: GitHub
- URL: https://github.com/themesberg/flowbite-react-template-react-server
- Owner: themesberg
- License: mit
- Created: 2025-03-19T13:04:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T07:06:08.000Z (11 months ago)
- Last Synced: 2025-07-19T06:27:25.139Z (7 months ago)
- Topics: flowbite-react, react-server, reactserver, template
- Language: TypeScript
- Homepage: https://flowbite-react.com/docs/guides/react-server
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!