This repository contains Intility Templates for Create React App and .NET, which aims to give Intility developers battle-tested sane defaults for their projects. More frameworks might be included in the future.
To get started with a project, simply run one of the following commands.
CRA TypeScript:
npx create-react-app my-app --template @intility
CRA JavaScript:
npx create-react-app my-app --template @intility/js
dotnet:
dotnet new --install Intility.Templates
dotnet new intilityapi -o MyApi
There is a lot more to it, so please visit the docs for the next steps.
Contains all templates for Create React App.
Contains all templates for .NET.
Contains all templates for FastAPI.
Docs for these templates, made with docusaurus.