Warning
This app is used for demonstration purposes only.
This is the frontend repository for my super awesome app. It's built with Svelte and Tailwind CSS. I mainly created it as a toy app to demonstrate a full-stack app deployment. Here's the tutorial link.
Backend repo 👉 kerolloz/my-super-awesome-api
You need a .env
file with the following variables defined.
You can use the .env.example
file as a template.
VITE_API_BASE_URL=my-super-awesome-domain.com
npm i # install required dependencies
npm run dev # start development server
npm run build # build for production => the build is at `dist` directory