I recently open-sourced a collection of boilerplate repositories that I built for my coding tests platform.
I've been using these templates to spin up a candidate's workspace, and after about 200 interviews, it has proven to be efficient.
There are other use-cases where this setup can be useful, e.g., one can also use it to bootstrap a portfolio project with one click.
What's included
Each project is hosted as a template GitHub repository and has the following structure:
- A minimal app implementation in the tech stack of choice.
- A suite of E2E Cypress tests.
- A GitHub actions pipeline that spins up the app and runs the tests on every push.
Available tech stacks
There are currently nine projects available for backend, frontend, and full-stack profiles, but I'm planning to keep extending the collection.
How to get started
Go to the project boilerplate webpage, select your favorite tech stack, and click on the "Use this template" button in the newly opened browser tab.
Hope you'll find this useful.
Let me know in the comments what other templates I should add. ✌️
Top comments (0)