This SPA is a exercise for integrate the Rick and Morty API with a React project and other technologies.
Install global necessary packages:
Install first time global packages:
$ yarn global add lerna
execute command:
$ yarn bootstrap
This command is for a new and clean installation, but first you must execute the bootstrap
command:
$ yarn regenerate
React UI components Storybook showcase.
$ yarn storybook
Centralized React UI components library for web project.
SPA with React consuming the Rick and Morty API.
$ yarn start