Skip to content

Laman.js + React skeleton for quick project initialization with SSR and React support.

License

Notifications You must be signed in to change notification settings

lamanhub/lamanjs-react

Repository files navigation

Laman.js + React Skeleton

A minimal skeleton project to quickly start building web applications using Laman.js with React. This setup supports SSR (Server-Side Rendering) and leverages React for modern component-based development.

Features

  • 🛠 Laman.js for simplified server-side rendering (SSR)
  • ⚛️ React for dynamic, component-based architecture
  • 🚀 Vite for fast development and build tooling
  • 📦 Seamless deployment on LamanHub

Getting Started

Installation

  1. Initialize a new project using the Laman.js + React skeleton:

    npm init lamanjs my-web -- -s lamanhub/lamanjs-react
  2. Navigate to the project directory:

    cd my-web
  3. Install dependencies:

    npm install

Development

Start the development server:

npm run dev

Your app will be running on https://localhost:3000, and the page will automatically reload as you make changes.

Build for Production

To build the project for production:

npm run build

The build files will be generated in the dist/ folder.

Deploy to LamanHub

You can deploy the project directly to LamanHub using the following command:

npm run deploy

This will build the project and push it to LamanHub for hosting.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Laman.js + React skeleton for quick project initialization with SSR and React support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published