This is a simple Job Listing Website adapted from Traversy Media React Crash Course [link] but using TypeScript instead of JavaScript and using SvelteKit instead of React.
This project is used for me to learn Svelte & SvelteKit.
First, install all npm dependencies.
npm i
Then, to run this project, similar to the Traversy Media tutorial, you'll need to open two terminals and run both the json-server
backend & the app itself.
First terminal:
npm run server
Second terminal:
npm run dev -- --open