camiloarce / rick-and-morty-react

React SPA exercise using The Rick and Morty API
1 stars 0 forks source link

[Rick and Morty React] lernacode style: prettier

Introduction

This SPA is a exercise for integrate the Rick and Morty API with a React project and other technologies.

Requirements

Install global necessary packages:

Install

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

Structure

storybook

React UI components Storybook showcase.

$ yarn storybook

ui-core

Centralized React UI components library for web project.

web

SPA with React consuming the Rick and Morty API.

$ yarn start