Skip to content

WITS-Team-1/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install and running this App!

  1. Please download https://nodejs.org/en/
  2. Ensure you have node js properly installed (if you run node -v in your terminal, it should produce something like v17.2.0
  3. Navigate to this project in your terminal, then run npm i --> this should install all the proper dependencies
  4. Run npm start

Links

Getting Started with Create React App

This project was bootstrapped with Create React App.

Recommended tutorial/reference material

  1. React - The Complete Guide (incl Hooks, React Router, Redux) --> please check slack channel for shared Udemy Account
  2. React Docs
  3. MDN for HTML/CSS/JS