Skip to content

marcosansoni/fantabigolo-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.