Skip to content

Front end of a blogging back using ASP .NET 8 in T3 Stack.

License

Notifications You must be signed in to change notification settings

prashantrahul141/dotnet-t3-blogs

Repository files navigation

Front end of a blogging back using ASP .NET 8 in T3 Stack.

This is a frontend for a blogging app web apis I made in ASP .NET 8: https://github.com/prashantrahul141/BlogWebApiDotNet

Building

This project uses pnpm make sure you have it installed. Installation instructions

Keep these in a .env file in the root directory.

# base endpoint url to the server.
# for server see here https://github.com/prashantrahul141/blogwebapidotnet
next_public_base_api_url="http://localhost:5248"

Install all packages

$ pnpm install

Build and start production server

$ pnpm build && pnpm start

About

Front end of a blogging back using ASP .NET 8 in T3 Stack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published