maf1a / react-shop

dummy project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the application:

  • Open the terminal to clone the repo by running git clone https://github.com/maf1a/react-shop
  • Create .env file in react-shop/api with following variables:
    GQL_USER=[ask the owner of the repo]
    GQL_PASS=[ask the owner of the repo]
  • Open the terminal from react-shop and run cd api && npm install && npm run dev
  • Open the second terminal from react-shop and run: cd app && yarn install && yarn run dev
  • After the execution of the last command, open a browser with the provided url

About

dummy project


Languages

Language:TypeScript 88.5%Language:SCSS 10.9%Language:HTML 0.6%