Start web server and have static website

I’m trying to node the server.js
image
for my website, I still want to make it a ‘static website’ but… is it possible?

Using nodejs means the project has a backend and therefore is not at static site. There is no easy way to get around this.

3 Likes

EddiesTech is right. If you wanted to make it a static site, you could start a new remix of hello-webpage and paste in your index.html and dashboard.html files. Good luck :slight_smile:

1 Like