React boilerplate project for Manchester Codes' projects.
git clone git@github.com:MCRcodes/react-bootstrap.git <your_project_name>
npm install
npm start
You 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.