Skip to content

do-kevin/a-fake-store

Repository files navigation

A Fake Store

Using a real credit card is strongly discouraged. Please use one of these test cards when submitting the payment forms: Test Cards

Getting Started

Requirements

  • direnv
  • nvm

You will need to create .envrc by copying & renaming .envrc.example. Then, fill in the missing values in .envrc.

$ cp .envrc.example .envrc

You will need direnv to use .envrc. You can find the documentation here: https://direnv.net

Client

To run the front end, change directory into client and run it normally.

    cd client && yarn start

Server

To run the backend end, you can just npm run nodemon.

    yarn dev