Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 782 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 782 Bytes

This project was bootstrapped with Create React App.

React Bootstrap

React boilerplate project for Manchester Codes' projects.

Getting Started

Clone down this repository (replace <your_project_name>:

git clone [email protected]:MCRcodes/react-bootstrap.git <your_project_name>

Install dependencies

npm install

Start up the application:

npm start

Visit localhost:3000 in your browser.

You should see a Hello World message.

Change the rendered output

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.