Demo: https://rsginer-my-binge-list.netlify.com/
Creates a docker image with the app bundles inside a NGINX server runing and starts GraphQL server.
- Webapp: http://localhost:8080
- GraphQL: http://localhost:4000/graphql
I recommend to use this extensions for a better review:
- Redux DevTools: https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd
- Apollo Client Developer Tools: https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm
In the project directory, you can run also the following commands:
Runs the app in the development mode. (Probablly you will need to run the movie-service)
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!