Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 408 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 408 Bytes

course-recommender-app

An app that helps students when applying for courses at public universities in uganda

Installation ⚒️

  1. Install all packages

    yarn
    
    # npm install [for npm]
  2. Run development server

    yarn serve
    
    # npm run serve [for npm]
  3. Generate build files for deployment

    yarn build
    
    # npm run build [for npm]