TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Next.js Template for Interactive Courses

10 pointsby scastielover 4 years ago

1 comment

scastielover 4 years ago
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.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;scastiel&#x2F;nextjs-course-template" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;scastiel&#x2F;nextjs-course-template</a><p>Demo: <a href="https:&#x2F;&#x2F;nextjs-course-template.vercel.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nextjs-course-template.vercel.app&#x2F;</a><p>This template uses:<p>- 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.<p>Ask me if you have any questions or need additional info :)<p>[1] <a href="https:&#x2F;&#x2F;useEffect.dev" rel="nofollow">https:&#x2F;&#x2F;useEffect.dev</a>