Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 615 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 615 Bytes

f22-intern-project

Fall 2022 Dev Intern Project

Setup

  1. Install Node.js
  2. Install Git
  3. Install VS Code or WebStorm
  4. Launch Git Bash in any folder. Clone the repository by running the command git clone https://github.com/uclaradio/f22-intern-project.git

Running the Application

  1. Launch Git Bash in the intern_project folder.
  2. Type the command cd client
  3. Type the command npm start

Your application should open in a browser window.