Created using Nest.js and Svelte.js
Backend is created using Nest.js a simple blog app where user can create an account and write blogs.
Frontend for that app is created using Svelte.js with help of svelte store and svelte-routing.
Clone the entire project
git clone project
cd project
Install dependencies
npm install
cd client && npm install
Run
npm run start:dev
cd client && npm run dev