Skip to content

Latest commit

 

History

History
108 lines (71 loc) · 999 Bytes

README.md

File metadata and controls

108 lines (71 loc) · 999 Bytes

react-api-project

Extern libraries imports

  • Storybook
npx sb init
  • React Bootstrap
npm install react-bootstrap [email protected]

OR

yarn add react-bootstrap [email protected]
  • React Spinners
npm install --save react-spinners

OR

yarn add react-spinners
  • React Gallery Carousel
npm install --save react-gallery-carousel

OR

yarn add react-gallery-carousel
  • react-icons
npm install react-icons --save

OR

yarn add react-icons
  • ReactPlayer
npm install react-player

OR

yarn add react-player

Start

npm start

OR

yarn start

Storybook start

# Starts Storybook in development mode
npm run storybook

OR

yarn storybook

API