The goal of this project is to provide a starting base for an Business Application in TypeScript.
Features:
npm install
npm run build
For development:
npm run dev
open http://localhost:8098/ in the browser
Simple API is serving at http://localhost:5002/api
Need Express to run api server
Still I like to find out better solution for Svelte & TypeScript...