Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 486 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 486 Bytes

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.