- Have Git Installed
- Clone this repo
git clone https://github.com/acmCSUFDev/ICON.git
Requirements: Have Node.js installed
- Click frontend folder or
cd frontend
npm install
to install dependenciesnpm run dev
to run the frontend on port 3000
Requirements: Have Node.js installed
- Click backend folder or
cd backend
npm install
to install dependenciesnpm run start
to run the backend on port 8000