This is a simple weight tracking applcation built woth Svelte.js
git clone https://github.com/hussamkhatib/svelte-weight.git
cd svelte-weight
yarn install
yarn dev
frontend will run at localhost:5000.
To create an optimised version of the app:
yarn build