This repo is a compliment to the Nouns Builder Components library that allows users to easily generate the embed codes for front-end components to use on their own website.
You can find the component library repo here.
This repo is based on (Steven Tey's) Precedent next.js boilerplate code.
- Next.js – React framework for building performant apps with the best developer experience
- Vercel – Easily preview & deploy changes with git
- Tailwind CSS – Utility-first CSS framework for rapid UI development
- Radix – Primitives like modal, popover, etc. to build a stellar user experience
- Framer Motion – Motion library for React to animate components with ease
@next/font
– Optimize custom fonts and remove external network requests for improved performance
- TypeScript – Static type checker for end-to-end typesafety
- Prettier – Opinionated code formatter for consistent code style
- ESLint – Pluggable linter for Next.js and TypeScript