1.0.0 • Published 5 years ago

unlimitedjs v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

unlimitedjs

A minimal JavaScript framework for building UI with no limitations

A virtual DOM framework with zero rules and limitations - just pure functional and reactive programming with full flexibility and unlimited capability

Docs & Tutorial

unlimitedjs Quick Start

1. Clone this repository

git clone https://github.com/stken2050/unlimitedjs

2. Go into the repository and Install dependencies

cd unlimitedjs
npm install

3-a. Run the timeline-monad app

Use esm (installed to the project local as a dev-dependency) as the ES module loader for Node
node -r esm ./timeline-monad-start/hello-timeline.js

node -r esm ./timeline-monad-start/hello-all.js

3-b. Run the unlimitedjs webapp

Transpile JSX/TSX -> JS with TypeScript (installed to the project local as a dev-dependency)
tsc -p ./unlimitedjs-start/
Open the HTML File in Firefox locally

unlimitedjs/unlimitedjs-start.html

unlimitedjs/unlimitedjs-start-cdn.html

Firefox recommended since Chrome does not work with local ESM files for security restriction.

MIT License