Skip to content

boilerplate for a react project using create-react-app3

Notifications You must be signed in to change notification settings

Piglacquer/example-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published