Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 816 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 816 Bytes

Books Frontend

The frontend of the Books platform developed in React.

Live on GitHub pages

Note: This document is still in WIP, thus some information might be missing or outdated.

Table of contents

Installation

  1. Make sure to have Node 10.16.0 or later installed.

  2. Clone the repo and checkout the branch of your choice (devel is this example).

git clone https://gitlab.inf.unibz.it/Riccardo.Busetti/books-frontend.git
git checkout devel
  1. Install required packages.
npm install

How to run

In order to start a local web server for development, execute:

npm start

Authors

  • @Gioele.DeVitti
  • @Riccardo.Busetti