abdullah0707 / example-react-app

boilerplate for a react project using create-react-app3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example React App

Description

This is a boilerplate application to render a list in React. It was built as a project to show people who might not be familiar with the syntax in React how to create and import components, make an api call, and render a list based on that call.

Installation

  • Clone the repo in your terminal by clicking the green clone or download button at the top right and copyin the url

  • In your terminal, type git clone URL

    • replace URL with the url you copied
    • hit enter
  • This will copy all the files from this repo down to your computer

  • In your terminal, cd into the directory you just created

  • Type npm install to install all dependencies

  • Last, but not least, type npm start to run the app locally.

  • To look at the code, just open up the project in your favorite code editor!

About

boilerplate for a react project using create-react-app3


Languages

Language:JavaScript 66.6%Language:CSS 20.4%Language:HTML 13.0%