Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 560 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 560 Bytes

What this is

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!