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.
- 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.
npx create-arcanajs-appStart the development server:
npm run devVisit http://localhost:3000 to see your application.
npm run buildnpm startMIT