Hey everybody so basicly i get the error that i need a start script but im building a website could anyone look at it and tell me whats wrong? And yes i dont have a start script i tried doing “start”:“index.html” but that doesnt seem to work. Any ideas?
Hi there @Unique!
When you use a start script, it has to be a command that could also be run in a terminal. If you don’t need to run a script and instead just a html file, you can simply remove the package.json file and your project will be come ‘static’. If you need a server, you should use the hello-express template project, available to remix here: glitch.com/~hello-express
Hope this helps and Happy Glitching
Eddie