Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.04 KB

GitHub release (latest by date)

LSWMS_WEBSITE

This repository is a web app developed in React.

Installation

To use correctly this web app it's mandatory have running the web API .

  1. Enter the src folder
cd src
  1. Download all modules
npm i
  1. Start the react app
npm start