arcanajs 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # ArcanaJS Framework
2
+
3
+ ArcanaJS is a modern React framework for building server-side rendered (SSR) applications with ease. It combines the power of Express, React, and TypeScript to provide a seamless development experience.
4
+
5
+ ## Features
6
+
7
+ - **Server-Side Rendering (SSR):** Fast initial load times and SEO-friendly pages.
8
+ - **TypeScript Support:** Built with TypeScript for type safety and better developer experience.
9
+ - **File-based Routing:** Intuitive routing based on your file structure.
10
+ - **Hot Module Replacement (HMR):** Fast development cycle with instant updates.
11
+ - **Tailwind CSS:** Integrated support for utility-first CSS.
12
+
13
+
14
+
15
+ ## License
16
+
17
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arcanajs",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "ArcanaJS Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",