BIMsurfer icon indicating copy to clipboard operation
BIMsurfer copied to clipboard

No start script defined

Open gisfinder opened this issue 4 years ago • 3 comments

After run "npm run start" in console, the output is :npm ERR! missing script: start

gisfinder avatar Feb 09 '21 08:02 gisfinder

Feel free to send a PR. I don't see a real need for it as I think it makes more sense to leave it up to the dev to choose http-server/serve or server framework of choice, but I'm also not a typical webdev. If you think it should exist then feel free.

aothms avatar Feb 09 '21 12:02 aothms

Is there any guide for how to start the project?

gisfinder avatar Feb 20 '21 02:02 gisfinder

npx http-server

should be sufficient I guess, this is just a project with static files after all.

aothms avatar Feb 20 '21 09:02 aothms