Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codespearhead/aspnet-core-on-replit
Run ASP.NET Core web apps online for free with the click of a button
https://github.com/codespearhead/aspnet-core-on-replit
csharp dot-net-core replit template-project
Last synced: 17 days ago
JSON representation
Run ASP.NET Core web apps online for free with the click of a button
- Host: GitHub
- URL: https://github.com/codespearhead/aspnet-core-on-replit
- Owner: codespearhead
- License: mit
- Created: 2023-06-22T17:46:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T04:05:33.000Z (10 months ago)
- Last Synced: 2024-12-03T12:55:04.384Z (20 days ago)
- Topics: csharp, dot-net-core, replit, template-project
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ASP.NET Core on Replit®
## Quickstart Guide
> [!NOTE]
> This project is set up to use the latest LTS version of the .NET SDK1. Click the button below to open this project on Repl.it:
[![Run on Repl.it](https://repl.it/badge/github/Ta180m/Python-Resources)](https://replit.com/@codespearhead/ASPNET-Core)
2. Click the 'Use this Template' button.
3. Click the 'Run' button.
4. Type the desired name of your project when prompted in the terminal.
5. Click the 'Run' button again to start the project.## Project Setup
- **replit.nix**: sets the version of the .NET SDK
- **.replit**: configures the 'Run' button to execute the entrypoint.
- **entrypoint.sh**: creates a new ASP.NET Core project and saves its name or runs the existing one.
- **project_name.replit**: stores the name of the created project on its first line.## Credits
This template builds on the prior work of [AndrewAung11](https://replit.com/@AndrewAung11/ASPNET) and [MonkSoul](https://replit.com/@MonkSoul/ASPNET-6-MVC).
## Disclaimers
> **Note**: We are not affiliated, associated, authorized, endorsed by or in any way officially connected to Replit ([replit.com](https://en.wikipedia.org/wiki/Replit)), the collaborative browser-based IDE.