A monorepo containing various frontend playground projects where I try out features or tools related to web development. It is also a good place where I can redirect someone who is going to start with it.
-
Install dependencies:
npm install
-
Start the HTTP server to browse all projects:
npm start
This will start a server on http://localhost:8080 with a navigation page to all projects.