Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 624 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 624 Bytes

fantabigolo-dashboard

This project represents dashboard used into fantabigolo application. It is build with React and Redux.

How to run

In order to start the application, .env file has to be populated with proper environment variables.
Copy .env.dist into .env inserting the proper key. They are the following:

  • REACT_APP_BASE_PATH Endpoint of the API

Finally, it can be executed throws npm run start.

Components

Storybook has been used during development. It provides an insight of the main components available in this application.
To start storybook run npm run storybook.