Check other documentations here:
- React: To component-based web application
- React Router: To manage multiple pages/routes of the application
- Redux: To managing global state in store
- Redux Devtools extension: To inspect all Redux behavior
- Redux Thunk: To asynchronous operations in reducer
- CSS in JS: To style the components without CSS file
- Emotion: To style the components flexibly with
styled
or other ways
- Emotion: To style the components flexibly with
- Axios: To request/fetch data to/from the backend API server
REACT_APP_BACKEND_API_URL=http://ec2-18-218-96-166.us-east-2.compute.amazonaws.com
yarn start
Then open http://localhost:3000
.
yarn build
In deployment server such as Netlify, this build process should run automatically and the port is assigned by them (not 5000
).
You can use Netlify to deploy. After which, you have to configure the environment variables as well.
MIT License