/books-frontend

Frontend of the Books platform written with React.

Primary LanguageJavaScript

Books Frontend

The frontend of the Books platform developed in React.

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