Closed FarahZaqout closed 5 years ago
Since we are using create-react-app, the react-scripts are a dev dependencies and will not be seen by heroku. Which means npm start from the client doesn't really work. We need a basic server to serve the bundle.
npm start
Since we are using create-react-app, the react-scripts are a dev dependencies and will not be seen by heroku. Which means
npm start
from the client doesn't really work. We need a basic server to serve the bundle.