Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 338 Bytes

A simple Todo list implementation using ASP.NET Core Web API with SQLite persistence. Frontend is using Vue2, Vuex.

Build Frontend

  • npm run build

Build Backend

Dev Backend

  • dotnet run watch

Dev Frontend

  • npm run dev