A JavaScript framework with legs!
Update April 2022:
I've been using this framework on personal projects for a while and refining it as I go.
It performs a lot better than React, is about 1/10th the size, and has a lot of cool features too.
I'll soon be doing a proper release in the next month or two, so come back then.
This is a mono-repo which includes the following npm packages:
You are probably looking for redrunner, the rest of this README is aimed at contibutors.
This is mono repo is managed with lerna, which you should install globally:
npm install -g lerna
git clone [email protected]:andyhasit/redrunner.git
Install all the packages and their dependencies, linking any cross-dependencies.
lerna bootstrap
Note that the canary app is deliberately not a lerna package, and must be installed separately. See its README for more details.
Run with:
lerna run test
Alternatively you can cd into each package and run just the tests for the package:
cd packages/redrunner
npm test
Use the canary app to ensure RedRunner works when installed normally.
lerna bootstrap
lerna publish
MIT