React boilerplate project for Manchester Codes' projects.
git clone git@github.com:MCRcodes/react-bootstrap.git <your_project_name>npm installnpm startYou should see a Hello World message.
You can change what is mounted to the DOM in src/index.jsx.
It might be a good idea to make an App component inside App.jsx (will likely handle your layout and routing), and to mount this to the DOM.