Running the app
If you have all the tools needed to run, it's good to give it a try just to see it working without any change first. So, here is a couple way to run:
Command line
- Open your favorite command line tool
- Change directory to
shipfastblazor
- type command:
dotnet run
- It should restore the project and then build and start server at: http://localhost:5244
Visual Studio Code
- Open project code
shipfastblazor
in VS Code - Go to "Run" > "Start Without Debugging"
- It should build and start the server at: http://localhost:5244 and launch the app in browser
Default Account
Admin user with Admin role
Username: admin@example.com
Password: 123456789
Normal User account with User role
Username: user@example.com
Password: 123456789