W
Wasp-lang14mo ago
Darren

Hi All, im really really stuck!

ive created an app on the site, installed the libraries & folders into visual studio code but i cannot work out how to run it! All i get on the http://localhost:3000/ is the welcome to wasp page. Any help? (im not a developer so go easy 🙂 )
20 Replies
Franksy
Franksy14mo ago
Following ! @Wasp Expert can you help?
IamIconLiving
IamIconLiving14mo ago
It’s been a while since I used wasp 🐝, but isn’t welcome page is the goal? Is there something else you expected to see? If localhost:3000 displays some nice welcome page it sounds like something is working 🙂
Franksy
Franksy14mo ago
The app I built 🙂 But even with everything installed I only see that page @Wasp Team can anyone help?
shayne
shayne14mo ago
Hi @Franksy and @Darren. It is expected that when you first create a new Wasp app (for example, wasp new firstApp) and you cd into that dir and run wasp start, you will be greeted with a minimal app and welcome screen to show that everything is, indeed, working. So congrats for getting to that point 🥳 From there, it is up to you to decide what to build next. 🙂 A good next step would be taking the tutorial (by clicking that button or going to https://wasp-lang.dev/docs/tutorial/create) 👍
No description
Franksy
Franksy14mo ago
@shayne ok cool! So I used the useMage site to create an app and have all the files/folders added to my Visual Studio. How do I get this now working ?
shayne
shayne14mo ago
very similar process should apply. you download and run the app (and fix any chatgpt issues, if any). but @Vinny (@Wasp) is your goto on that
Filip
Filip14mo ago
Thanks for jumping in @shayne. @Franksy basically what Shayne said 😄 If you need any hep debugging issues, feel free to ask!
Franksy
Franksy14mo ago
Thanks guys! @Filip I’m still not getting it (sorry!). I’ve got all the folders from Mage into my visual composer set up but how do I run that as an app? @Vinny (@Wasp) - you’re the man for this 🙂 can you help a newbie out?
MEE6
MEE614mo ago
Wohooo @Franksy, you just became a Waspeteer level 1!
Filip
Filip14mo ago
Hey, sorry for the late reply. I highly recommend reading the docs on our https://wasp-lang.dev/docs and checking out the tutorial. They will teach you how to start a project and a lot more! Whatever we write here will only be a less thought-out version of the stuff we've already written there 😄
Franksy
Franksy14mo ago
Ha ha thanks ! I have read it through and it appears that Mage didn’t create the ‘main’ page where you then link the rest of the code base to or am I on the wrong track ?
Darren
DarrenOP14mo ago
@Filip @shayne im so close (i think) but what's this error and how do i fix it? when i go to localhost:3002 its just a blank page
No description
Filip
Filip14mo ago
Looks like there's another process running on port 3001. Make sure the port is free before starting your Wasp app It's possible you have a different Wasp app running in a different terminal and that's keeping the port occupied
Darren
DarrenOP14mo ago
@Filip ok, fixed that but still only seeing a blank page on port 3000 ?
No description
Darren
DarrenOP14mo ago
3001 i mean - and it just says Hello World
No description
Vinny (@Wasp)
Vinny (@Wasp)14mo ago
Your server runs on 3001 and your client on 3000. Try 3000
Darren
DarrenOP14mo ago
@Vinny (@Wasp) same thing - just a blank page 😩
MEE6
MEE614mo ago
Wohooo @Darren, you just became a Waspeteer level 1!
Darren
DarrenOP14mo ago
No description
Vinny (@Wasp)
Vinny (@Wasp)14mo ago
You’ll have to open the developer console and check for errors then
Want results from more Discord servers?
Add your server