Hello, This is my demo on using gin backend + SvelteKit/Daisyui/Tailwindcss frontend for simple ui, and basic rest api Purely for demonstration purposes.
run the following commands to clone, install dependencies and run the project
git clone https://github.com/mrshine4k/gin_sveltekit_demo.git
cd gin_sveltekit_demo
npm install
npm start
The start command runs both the backend and the frontend server at the same time, meant for preparation of hosting the app on separate services.
run the delevopment server on either
or
npm run dev
run the backend server on
go run .