/react.js-redux-axios-mlb-player-tracker

Player tracker for the MLB API with React.js (functional components), Redux, Axios, Material UI and Docker

Primary LanguageJavaScript

Player tracker with React.js, Redux, Axios, Material UI, MLB and Docker

Skills

React Redux Axios Material UI MLB Docker

React

Install the dependencies

npm i

Execute the application

npm start

Execute the tests

npm test

Docker

Build image

docker build -t react.js-redux-axios-mlb-player-tracker:1.0.0 .

Create and run container

docker run -d -p 3000:3000 --name react.js-redux-axios-mlb-player-tracker react.js-redux-axios-mlb-player-tracker:1.0.0