Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 725 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 725 Bytes

lu-club-api

Project Directory Description

Client

Cient folder will hold all of the frontend "client" code that is displayed to the user. There is a readme inside /client regarding how to start up the react app on your local server. You may have to install node first, which there are a bunch of online tutorials about. Go to nodejs website, and download the LTS (long-term support) version.

Inside client, the actual code will be stored inside /src. React files are known as components, so the main parts of the actual frontend will be in /components. When you start the local server, you can currently click on the two buttons to either go to the student or professor portals, depending on what you're assigned.