Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 869 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 869 Bytes

Nonprofit Center

This web project is proposed by Society of Competitive Programmers at USF. The projects that aims to bridge the gap between students who need help outside of classes and nonprofits that offer free educational services.

How to run the app

  • Make sure to have node and npm installed. (Refers to links at the bottom)
  • Run npm install in both backend and frontend folders separately.
  • cd into the frontend folder
  • run npm start from the terminal

Helpful Links

Installing Node

https://nodejs.org/en/download/

Getting Started with Create React App

This project was bootstrapped with Create React App. You can learn more about deploying it in your local machine using the Create React App documentation.