[SOLVED] Setup Dapp Using Atom Editor - How to link with Http or with Netlify?

Hi,

I’m using Atom Editor to set up Dapp as I’ve just registered with Moralis.io recently. I did follow this link --> https://docs.moralis.io/guides/build-a-simple-dapp-in-3-minutes

How do I link my Atom Editor to HTTP like using Python? Or with Netlify? Though I’m not an expert I’m a quick learner if given proper guidance?

Appreciate your guidance accordingly?

Thanks in advance.

Hi,
Not sure what you ask, you can start a http server with python with a command like: python -m http.server 8080 from the directory where you have your html files.

Not sure what I ask? You did answer me correctly! I can use Atom Editor to connect with Python for the HTTP server. Thanks.