kylecods / custom-framework

A custom framework made using js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RotoFwk

This is framework built to learn more about how frameworks like React, Svelte or SolidJs work under the hood. It is built using Vite.

Setup

You need to install Node or any other Javascript runtime such as Bun but Node will be used as the example.

Install

npm install

Build

npm build

Running examples

Change directory to the examples and follow above steps One can run the development server using:

npm dev

About

A custom framework made using js


Languages

Language:JavaScript 91.9%Language:CSS 4.2%Language:HTML 3.9%