Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 450 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 450 Bytes

Purdue.io Browser

This is a simple web app to demonstrate how to leverage the Purdue.io API to create an experience for browsing course catalog data.

A public instance is available at purdue.io.

Building and Running

Simply restore npm packages and run npm run dev to start a local instance accessible at http://localhost:5000/ by default.

npm install
npm run dev