kodepandai / lunox

Laravel-Flavoured Nodejs Framework
https://lunox.js.org
MIT License
77 stars 8 forks source link
artisan laravel lunox mvc nodejs polka reactjs svelte typescript

LUNOX MONOREPO

This is Lunox Monorepo created using pnpm workspace. There are two main workspace

What is LUNOX

Lunox is Laravel-Flavoured NodeJs Framework. What is Laravel? Laravel is a web application framework with expressive, elegant syntax see the official website. Lunox goals is to bring the Laravel Flavour to nodejs environment.

Creating Lunox App

pnpm create lunox-app

Documentation

Lunox Documentation can be accessed here

Development

Basic Pnpm Workspace Command

pnpm install
pnpm --filter lunox-svelte add svelte@latest
pnpm --filter lunox-svelte lint
pnpm -r lint

Contribution

Lunox has three main repo

  1. Lunox - Lunox Monorepo, contains lunox packages and presets.
  2. Lunox Framework - ~main source code of Lunox Framework~ (DEPRECATED: merged to this repo).
  3. Lunox Website - Documentation of Lunox Framework.

This framework still in development, PR are welcome, but please open issue or discussion before adding new feature.