codespearhead / aspnet-core-on-replit

Run ASP.NET Core web apps online for free with the click of a button

Home Page:https://replit.com/@Paguiar735/ASPNET-Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool




Run ASP.NET Core on Replit®


Quickstart Guide

Note

This project is set up to use the latest LTS version of the .NET SDK

  1. Click the button below to open this project on Repl.it:

Run on Repl.it

  1. Click the 'Use this Template' button.
  2. Click the 'Run' button.
  3. Type the desired name of your project when prompted in the terminal.
  4. 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 and MonkSoul.

Disclaimers

Note: We are not affiliated, associated, authorized, endorsed by or in any way officially connected to Replit (replit.com), the collaborative browser-based IDE.

About

Run ASP.NET Core web apps online for free with the click of a button

https://replit.com/@Paguiar735/ASPNET-Core

License:MIT License


Languages

Language:Shell 91.1%Language:Nix 8.9%