▲ 10 points
back
1 comments
A few days ago I released a course about React hooks [1]; now, as promised, I just released the Next.js template in case anyone wants to create their own course.
GitHub: https://github.com/scastiel/nextjs-course-template
Demo: https://nextjs-course-template.vercel.app/
This template uses:
- Next.js, using static site generation by default. - next-mdx-remote and remark to parse Markdown. - Prism to highlight the source code examples, with the Dracula theme. - React Live to embed interactive and editable examples. - TailwindCSS for styling.
Ask me if you have any questions or need additional info :)