A minimalistic version of StackOverflow.com using an ASP.NET Core backend, and a Vue.js frontend.
Stack Overflow is a question and answer site for professional and enthusiast programmers. for the info stackoverflow is built with ASP.NET Core -
cd client
npm install
npm run serve
npm run build
npm run test
npm run lint
cd server
dotnet restore
dotnet run