Node.js React File Upload
To build the project (if you launch it first time) use:
npm run build <PORT>
Without designation of a port the project will be started on port 80.
You can start the built project with the next command:
npm run start <PORT>