Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intility/templates
Templates for Intility developers.
https://github.com/intility/templates
aspnetcore docusaurus2 dotnet fastapi python react template
Last synced: about 10 hours ago
JSON representation
Templates for Intility developers.
- Host: GitHub
- URL: https://github.com/intility/templates
- Owner: Intility
- License: mit
- Created: 2021-02-11T11:34:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T09:05:24.000Z (11 days ago)
- Last Synced: 2024-11-15T04:53:56.653Z (1 day ago)
- Topics: aspnetcore, docusaurus2, dotnet, fastapi, python, react, template
- Language: MDX
- Homepage: https://create.intility.app
- Size: 19.1 MB
- Stars: 39
- Watchers: 8
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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.## [Docs](https://create.intility.app/)
## πGetting started
To get started with a project, simply run one of the following commands.
Vite + React + TypeScript + Bifrost:
```bash
npx degit intility/templates/react my-app
cd my-appnpm install
npm start
```dotnet:
```bash
dotnet new --install Intility.Templates
dotnet new intilityapi -o MyApi
```There is a lot more to it, so please visit the [docs](https://create.intility.app/) for the next steps.
## Repository structure
### [react](./react/)
Contains a Vite + React + Typescript template.
### [dotnet](./dotnet/)
Contains all templates for .NET.
### [fastapi](./fastapi/)
Contains all templates for FastAPI.
### [docusaurus](./docusaurus)
Docs for these templates, made with [docusaurus](https://v2.docusaurus.io/).