The goal of this project is to provide a starting base for an Svelte project styled with Bootstrap in TypeScript.
Features:
npm install
For development:
npm run start
open http://localhost:8081/ in the browser
Need Express to run api server
I needed a simple POC code to support CRUD operation with JavaScript front-end and WebAPI back-end.