Skip to content

kerolloz/my-super-awesome-app

Repository files navigation

My Super Awesome App

Warning

This app is used for demonstration purposes only.

This is the frontend repository for my super awesome app. It's built with TypeScript, 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

Usage

cp .env.example .env  # Create a new .env file and fill in the required variables
npm i                 # Install required dependencies
npm run dev           # Start development server
npm run build         # Build for production => the build output is at the `dist` directory