patrick-michelberger / serverless-shop

Building a Serverless E-Commerce App with AWS Lambda, Stripe and React :moneybag: :globe_with_meridians:
http://patrick.michelberger.info/serverless-shop/
349 stars 89 forks source link

Blank screen after `yarn start` #1

Closed waltermvp closed 7 years ago

waltermvp commented 7 years ago

First off thanks for an awesome project + tutorial. I have deployed functions and done all the setup, however, I'm getting a blank page when going to localhost:/3000.

I have only added the config files and removed the profile: personal from serverless.yaml (in order to work).

Below is the output of yarn start

Compiled with warnings.

./src/components/App/index.js
  Line 2:  'logo' is defined but never used       no-unused-vars
  Line 6:  'PayButton' is defined but never used  no-unused-vars

./src/components/PayButton/index.js
  Line 74:  'name' is assigned a value but never used  no-unused-vars

./src/components/Product/index.js
  Line 21:  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images  jsx-a11y/alt-text
  Line 54:  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images  jsx-a11y/alt-text

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

Any help would be greatly appreciated