https://github.com/hahayz77/InHouseBPLBackEnd
However you get the code, you can install dependencies and run the project in development mode with:
cd my-app
npm install # or yarn
npm run dev
Open up localhost:3000 and start clicking around.
Consult sapper.svelte.dev for help getting started.
Sapper is in early development, and may have the odd rough edge here and there. Please be vocal over on the Sapper issue tracker.