# install dependencies
yarn
# start dev server
yarn start:client
# run storybook to view and develop components
yarn storybookcomponents- react components that do not contain their own logic, but accept it through props. Developed in the storybook.containers- react components that have their own business logic, for example, hooks. Includes components.pages- separate containers for pages. Includes containers.store- a global storage of data and business logic of the projectutils- general project functionshooks- react hooks that can be reused
See /.env file for configuration:
# Backend api URL
REACT_APP_API_URL=https://your.api.url/