Skip to content

NitroDevs/FShopOnWeb

Repository files navigation

FShopOnWeb

F# take on eShopOnWeb ASP.NET Core sample application.

Icons, Banners, and Emotes

Stats

Contributor Socials

Follow @KyleMcMaster Follow @seangwright

Build / Run

This project requires two steps to run the application successfully. The first step is to run the npm: start VS Code task to compile the SCSS styles. This can be done from VS Code by pressing ctrl+p, typing task, and selecting npm: run from the list. This will run npm install before executing. The second step is to run the dotnet: watch VS Code task by pressing ctrl+p, typing task, and selecting dotnet: watch from the list. This will run the application which can be accessed at https://localhost:7055.

An example of getting started can be shown below:

Getting Started

Related Projects and Inspiration