React Styling Demo Structure

This repository will be used as a starter kit for students participating in Eleven Fifty Academy's Web Development Bootcamp Course to learn how to implement Material-UI, Radium, and Styled Components in a React Application.

Getting Started

To get started on this project, clone this repository.

Change directories and step into this directory.

Run npm install to install React's out of the box dependencies.

Preemptively open another terminal/command window set to this repository's directory to prepare for the lesson's installations.

Finally, run npm start to start the application.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.