Skip to content

intility/templates

Folders and files

NameName
Last commit message
Last commit date
Nov 4, 2024
Nov 4, 2024
Mar 3, 2025
Nov 4, 2024
May 8, 2023
Feb 26, 2025
Jan 20, 2023
Jun 17, 2021
Jan 16, 2023
Dec 10, 2020
Jan 16, 2023

Repository files navigation


Intility Developer Templates

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.

publish docs publish dotnet

🚀Getting started

To get started with a project, simply run one of the following commands.

Vite + React + TypeScript + Bifrost:

npx degit intility/templates/react my-app
cd my-app

npm install
npm start

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.

Repository structure

Contains a Vite + React + Typescript template.

Contains all templates for .NET.

Contains all templates for FastAPI.

Docs for these templates, made with docusaurus.