- Redux and Rematch as redux framework - https://github.com/rematch/rematch
- Jest and Enzyme for unit and integration testing
- Firebase as storage of deployed content
- Axios as request handler
- React Router as router manager
- Create React App
- SASS as CSS pre-processor
For this project consider to use StandardJS as Javascript Code Style Guide and BEM as CSS Code Style Guide
Before run this project you need to setup the environment variables in a .env file as above:
REACT_APP_BASE_URL=BASE_ENDPOINTS_URL
REACT_APP_MARVEL_SECRET=SECRET_KEY_FROM_MARVEL
REACT_APP_MARVEL_PUBLIC=PUBLIC_KEY_FROM_MARVEL
Runs the app in the development mode.
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.