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.

Ask HN: What boilerplate do you use to start your Node/React projects?

2 pointsby alan_wadeover 6 years ago
Also, what is the best way to organize project folder structure in your opinion? (Everything in one components folder, folder for each component, separate folders for different modules?)<p>I&#x27;m looking for a template I can follow.

1 comment

rwieruchover 6 years ago
You can use this boilerplate <a href="https:&#x2F;&#x2F;github.com&#x2F;the-road-to-graphql&#x2F;fullstack-apollo-express-postgresql-boilerplate" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;the-road-to-graphql&#x2F;fullstack-apollo-expr...</a> and follow the tutorial along the way. It also comes with a React client-side application that uses all the server-side functionalities, but there is not tutorial yet.