This project represents dashboard used into fantabigolo application. It is build with React and Redux.
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
.
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
.