Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. DavidFrear

    JavaScript Webpage displays Blank when 'npm start' ran in terminal

    @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap'); * { box-sizing: border-box; margin: 0; padding: 0; } h1, p, a { color: #fff; } body { margin: 0; font-family: 'Outfit', 'Segoe UI', 'Roboto', 'Oxygen'...
  2. DavidFrear

    JavaScript Webpage displays Blank when 'npm start' ran in terminal

    I will attach below all the pages I have written so far :)
  3. DavidFrear

    JavaScript Webpage displays Blank when 'npm start' ran in terminal

    hi @Malcolm whats the easiest way to do this without posting it as a Repo on github? :)
  4. DavidFrear

    JavaScript Webpage displays Blank when 'npm start' ran in terminal

    I have started building a react webpage and when I run npm start in the terminal the localhost:3000 page loads with no errors etc but its just blank. I tried adding some text in white to see if but I cant! I am new and just need pointing in the right direction if someone can.
Back
Top Bottom