Skip to content

jsdelivrbot/React-Heroes-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Heroes

  1. Download this project
  2. cd into the project directory
  3. run npm install -this will install all the dependencies listed in our package.json file.
  4. you can then run npm start and it should start up a dev server for us. Compile early, compile often!
  5. Within the App.js file is an Array of React Heroes.
  6. TASK Render the Array of React Heroes as an unordered List, below the H2 Title

About

react school project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.0%
  • CSS 16.9%
  • HTML 14.1%