项目作者: Piglacquer

项目描述 :
boilerplate for a react project using create-react-app3
高级语言: JavaScript
项目地址: git://github.com/Piglacquer/example-react-app.git
创建时间: 2018-10-18T23:06:17Z
项目社区:https://github.com/Piglacquer/example-react-app

开源协议:

下载


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!