Skip to content

HiddenPreprints/web-ui

Repository files navigation

Hidden Preprints UI

Tool to shine a light on low visibility preprints.

This repo contains code for the web application for Hidden Preprints project.

It connects to Hidden Preprints API to get the data. API code is available in web-api repo.

For more details about the project visit docs repo.

Getting started

1. Clone this repo and go to the local folder

git clone https://github.com/HiddenPreprints/web-ui.git
cd web-ui

2. Install dependencies

npm install

3. Start the app

npm start

You should see this confirmation message:

Hidden Preprints UI listening on port 3000