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
Following !
@Wasp Expert can you help?
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 🙂
The app I built 🙂
But even with everything installed I only see that page
@Wasp Team can anyone help?
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) 👍@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 ?
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
Thanks for jumping in @shayne.
@Franksy basically what Shayne said 😄
If you need any hep debugging issues, feel free to ask!
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?
Wohooo @Franksy, you just became a Waspeteer level 1!
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 😄
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 ?
@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
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
@Filip ok, fixed that but still only seeing a blank page on port 3000 ?
3001 i mean - and it just says Hello World
Your server runs on 3001 and your client on 3000. Try 3000
@Vinny (@Wasp) same thing - just a blank page 😩
Wohooo @Darren, you just became a Waspeteer level 1!
You’ll have to open the developer console and check for errors then