I'm trying to use http-server, but it doesn't seem to be grabbing the right/updated file

This page summarizes the projects mentioned and recommended in the original post on /r/node

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • http-server

    a simple zero-configuration command-line http server

  • I ran into a tutorial that suggested I use Node's http-server (https://www.npmjs.com/package/http-server) to avoid a CORS problem. I got it installed successfully; however, anytime I try to use it, it says it's running successfully but doesn't seem to be grabbing my index.html correctly when I visit localhost:8080. It's not showing any of the content on the page, and strangely it still displays the page's title when I have that commented out (which opening the file directly in my browser doesn't, so I definitely have the changes saved properly). Any help would be greatly appreciated.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Need help setting up a remote depository using GitHub and VCS

    1 project | /r/webdev | 3 May 2023
  • What is the simplest way to run an index.html file inside a server.js file using node.js

    1 project | /r/node | 29 Apr 2023
  • Looking to host React Static Application on AWS S3 question on dependencies

    1 project | /r/learnprogramming | 5 Apr 2023
  • Opened my angular project after a week to find it like that? (All the stuff i built doesn't appear anymore). Any Idea why ? (Note: in the extensions the "Angular Language Service" seems to have had an update). Opening from Chrome shows the html but not the rest of the code.

    1 project | /r/angular | 1 Mar 2023
  • When they run the http-server command in the codespace, is it an alias in the .bashrc file that executes something along the lines of 'sudo systemctl start apache2' after they configured the apache2 server? Or is there a much simpler aproach that I didn't take into consideration?

    1 project | /r/cs50 | 8 Feb 2023