The goal of this project is to provide a starting base for an Svelte project styled with Bootstrap in TypeScript.
Features:
- Bootstrap Template
- Uses DataTables as Grid
- Svelte Data Table - Converted from vue-materialize-datatable
- Basic Form Validation
npm install
For development:
npm run start
open http://localhost:8081/ in the browser
- Node 6 or Higher
- TypeScript 2.2.2 or Higher
- Svelte
- Bootstrap
- Rollup
- TypeScript
- jQuery
Need Express to run api server
I needed a simple POC code to support CRUD operation with JavaScript front-end and WebAPI back-end.