jncraton / course-search

1 stars 0 forks source link

Course Search

Lint

A tool to search for courses.

Deployed Application

Running Locally

In order to run the application locally, we need to use a local webserver. One way to do this is using the following Python command:

python3 -m http.server

We can then access our application in a browser at localhost:8000.