Laman.js + React skeleton for quick project initialization with SSR and React support.
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.
Initialize a new project using the Laman.js + React skeleton:
npm init lamanjs my-web -- -s lamanhub/lamanjs-react
Navigate to the project directory:
cd my-web
Install dependencies:
npm install
Start the development server:
npm run dev
Your app will be running on http://localhost:3000
, and the page will automatically reload as you make changes.
To build the project for production:
npm run build
The build files will be generated in the dist/
folder.
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.
This project is licensed under the MIT License. See the LICENSE file for details.