- 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 installto install dependenciesnpm run devto run the frontend on port 3000
Requirements: Have Node.js installed
- Click backend folder or
cd backend npm installto install dependenciesnpm run startto run the backend on port 8000
