## 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: https://github.com/Hoosat-Oy/hoosat-template
## Give it a try: ``` npx hoosat-create@latest ```
Basically everything you need for basic project. E2E and such you can add yourself. What do you think?