Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.23 KB

ESGeasy Front

demonstration

Table of Contents

About

It is a frontend built for ESGeasy project. The objective of this is to display a SPA (Single Page Application) built with react containing a login page, a simple form to map the user profile and them display every company that this user should invest according the previous mapping.

Requirements

To run this repository by yourself you will need to have react app installed, and them install every requirements. We will show how to do it in the next step.

How to use

Setup

# Clone the frontend repository
$ git clone <https://github.com/Hackganization/tbd-front>

# Access the backend directory
$ cd tbd-front/

# Run install all the requirements
$ npm install

# Run the application
$ npm start

After that the application will be running in the port 3000.

demonstration

Technologies

  • React
  • Material-UI