This is the front-end (client) only.
It uses React + Apollo, the back-end is provided by Graphcool.
- 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