This project was bootstrapped with Create React App.
React boilerplate project for Manchester Codes' projects.
git clone [email protected]: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.js
.
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.