Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 444 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 444 Bytes

Lean Coffee

This is the front-end (client) only.

It uses React + Apollo, the back-end is provided by Graphcool.

Getting started

  • Clone the project: $ git clone https://github.com/nandito/lean_coffee.git
  • Go to the directory: $ cd lean_coffee
  • Switch to develop branch $ git checkout develop
  • Install dependencies: $ yarn install or $ npm install
  • Run the app: $ yarn start or $ npm start