Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 779 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 779 Bytes

ReasonReact Introduction

ReasonReact Introduction

to run the repo run:

  • yarn start (to run the watcher)
  • (in other window) yarn server (to run webpack server that handles the exported js code)

The goal is to create the shop page

  • You need to fetch the data using the tariffs query
  • once the user selects the tariffs and inputs license plate and email and validity from send insert_orders mutation

Documentation