This is a frontend for a blogging app web apis I made in ASP .NET 8: https://github.com/prashantrahul141/BlogWebApiDotNet
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