Where to start

Im a UI designer dabbling in trying to create my first app w/ GitHub code pilot as I’m not a developer. I want to create a simple bulk image compressor app with drag and drop functionality that exports a zip of compressed images when finished. Basically a SasS version of ImageOptim using some of the libraries they use. I have open-sass and up and running with no issues but when I try and edit I always break it. I don’t think I understand routing and functions, etc..😅 Any good resources that walk you through the setup and architecture in building functionality to the sass template I could follow? Trying to get a better understanding of how each file relates. I’m a visual learner. Thanks!
2 Replies
miho
miho2mo ago
The best place to start IMHO is to go through our tutorial and build a simpler app first 🙂 https://wasp-lang.dev/docs/tutorial/create
1. Creating a New Project | Wasp
You'll need to have the latest version of Wasp installed locally to follow this tutorial. If you haven't installed it yet, check out the QuickStart guide!
miho
miho2mo ago
You'll learn the concepts through much simpler examples, but the good news is that those same concepts are still relevant for Open SaaS