arcanajs
v6.0.5
Published
ArcanaJS Framework
Maintainers
Readme
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-appStart the development server:
npm run devVisit http://localhost:3000 to see your application.
Build for Production
npm run buildStart Production Server
npm startLicense
MIT
