Warning
I use this to start new projects, often on new hardware. It’s not well documented, and includes things you likely don’t want (example: VS Code preferences).
Frontend / design engineering boilerplate. Successor to outset.
- Next.js (with
srcdirectory)- TypeScript
- React Compiler
- Sass (
.scsssyntax) modules- Custom, opinionated hard reset
- ESLint
- Prettier
- Stylelint
- Custom property order
pnpm
In the target directory:
curl -L https://github.com/callmecavs/boilerplate/archive/refs/heads/main.tar.gz \
| tar -xz --strip-components=1