Skip to content

mlibrary/search

Repository files navigation

Search

This repository contains the front-end code for search.lib.umich.edu that generates the UI and connects to the middle and backend.

Getting Started

1. Clone Search

git clone https://github.com/mlibrary/search.git

2. Install

npm install

3. Run Locally

npm start

Create React App

This project was originally built with create-react-app.