Frourio
Fast and type-safe full stack framework, for TypeScript
Install / Use
/learn @frourios/FrourioREADME
<br />
<img src="https://frouriojs.github.io/frourio/assets/images/ogp.png" width="1280" alt="frourio" />
<div align="center">
<a href="https://www.npmjs.com/package/frourio">
<img src="https://img.shields.io/npm/v/frourio" alt="npm version" />
</a>
<a href="https://www.npmjs.com/package/frourio">
<img src="https://img.shields.io/npm/dm/frourio" alt="npm download" />
</a>
</div>
<p align="center">Fast and type-safe full stack framework, for TypeScript</p>
<br />
<br />
<br />
Why frourio ?
Even if you write both the frontend and backend in TypeScript, you can't statically type-check the API's sparsity.
We are always forced to write "Two TypeScript".
We waste a lot of time on dynamic testing using the browser and server.
Frourio is a framework for developing web apps quickly and safely in "One TypeScript".
<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://frourio.com/img/docs/OneTS-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://frourio.com/img/docs/OneTS.svg"> <img alt="Architecture of create-frourio-app" src="https://frourio.com/img/docs/OneTS.svg"> </picture> </div> <br /> <br />Documents
https://frourio.com/docs
License
Frourio is licensed under a MIT License.
