Init react, react-bootstrap, react-router-dom

Setting up a React Environment If you have NPM and Node.js installed, you can create a React application by first installing the create-react-app. If you’ve already created the create-react-app you can skip this section. Install create-react-app by running this command in your npm install -g create-react-app Then you are able to create a React application, …