amplify on REACT

ci

? Introduction

Simple web app that fetches posts and comments from jsonplaceholder.

? Minimal Requirements

  • NodeJs 16.x

? Install

$ git clone https://github.com/pauloluan/amplify.git

Just type install and the app magically will execute the lerna bootstrap command and the apps are gonna build for the first time:

$ yarn install

This will start all packages in development mode in parallel

$ yarn dev

If you wanna checkout the storybook components you have to run:

$ yarn storybook

For unit tests:

$ yarn test

For more commands please checkout the scripts section on package.json

standard

GitHub

View Github