I just have built this <a href="https://www.npmjs.com/package/hoosat-create" rel="nofollow">https://www.npmjs.com/package/hoosat-create</a>. Has custom made API server on top of node which is similar to express. Uses renderToPipeableStream for SSR. The goal for me is not to build stack which has ton of features, but a fresh starting point for you to learn implementing everything yourself.<p>## Features
- Full-stack TypeScript application using React and Node HTTP/HTTPS.
- Working serverside seo with `react-helmet-async`
- Client side routes with `BrowserRouter`, server uses `StaticRouter`
- Supports ES modules for server-side and client-side ```.
- Configured with Webpack for production builds.
- Includes Jest for unit testing.
- Includes example components and routes for getting started.
- Includes HoosatUI as optional dependency as git submodule.
- `npx hoosat-create@latest submodule` for creating empty submodule.
- Template code: <a href="https://github.com/Hoosat-Oy/hoosat-template">https://github.com/Hoosat-Oy/hoosat-template</a><p>## Give it a try:
```
npx hoosat-create@latest
```<p>Basically everything you need for basic project. E2E and such you can add yourself. What do you think?