Skip to content

Cup-Of-JavaScript/javascript-react-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript React Intro

Assignments are located here.

Getting Started

  • Clone this repo
  • Install dependencies: npm install
  • Copy src/index.js.template file and make new file: src/index.js
    • Update line 4 in index.js to reflect your student id number
    • Note: This file will not be checked into the repo because it has been added to the .gitignore file
  • Start the live server:
    • npm start
  • Observe your browser: localhost:3000

Starter Tips

  • React
  • ALWAYS keep the console open (Ctl+Shift+i)
  • ALWAYS check the Network tab when calling Web APIs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7