A monorepo to explore different frontend technologies using a simple TodoMVC application.
There is a very simple application in ./packages/vanilla
to get us started. Run it with cd packages/vanilla && yarn dev
(after yarn install
on the root of course).
If you'd like to try different technologies, simply copy over ./packages/vanilla
to a new directory in packages
and modify as-needed. The monorepo approach allows you to compare different approaches without having to create branches for each.
Have fun!