Skip to content

WistantKode/ArcanaJS

 
 

Repository files navigation

ArcanaJS Framework

ArcanaJS is a modern React framework for building server-side rendered (SSR) applications with ease. It combines the power of Express, React, TypeScript, and Tailwind CSS v4 to provide a seamless development experience.

Features

  • Server-Side Rendering (SSR): Fast initial load times and SEO-friendly pages.
  • TypeScript Support: Built with TypeScript for type safety and better developer experience.
  • File-Server-Based Routing: Intuitive routing based on your server routes and file structure.
  • Hot Module Replacement (HMR): Fast development cycle with instant updates.
  • Tailwind CSS v4: Integrated support for the latest Tailwind CSS with CSS-first configuration.
  • Zero Configuration: Get started quickly with sensible defaults.

Quick Start

Initialize a New Project

npx create-arcanajs-app

Start the development server:

npm run dev

Visit http://localhost:3000 to see your application.

Build for Production

npm run build

Start Production Server

npm start

License

MIT

About

ArcanaJS The modern framework for the web

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%