Ian Ramzy
Ian Ramzy
You are forgetting the slash after join aka /join /myName NOT /joinmyName
There is no build script currently, so that is why `npm run build fails` instead run: 1. `npm install` 2. `npm start` Let me know if that fixes your problem...
Zip the files of the project and upload them that way? Then unzip and run the previous commands? I dont know your server, but that is a general approach.
you need to then unzip the files, cd into the unzipped project folder, and then run npm install, npm start (also make sure your .env file is there aswell!)
did you run the npm commands? On Mon, Jul 6, 2020 at 1:06 PM us4group wrote: > you need to then unzip the files, cd into the unzipped project folder,...
what is the error?
What commands are you running, there is no build command. Only npm install and npm start
This isnt a react project, there are no react-scripts to build. Remove the build part of package.json. ONLY run npm install and npm start. Thats all you need.
Is your server a live server? Or just a server that hosts static files? Because you cannot deploy zipcall on a static file server.
So what happens when you run the npm commands on your live server?