The goal of this project is to provide a starting base for an Business Application in TypeScript.
Features:
- webpack with dynamic import & code-splitting
- Build form & list from json(svelte-formgrid)
- roadtrip as router
- CURD opertion with API
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
- Node 6 or Higher
- TypeScript 2.8.1 or Higher
- Svelte
- Bootstrap
- webpack
- TypeScript
- svelte-formgrid
Need Express to run api server
Still I like to find out better solution for Svelte & TypeScript...