This project has been built to show the examples of code, related to my talk at React Bangkok 3.0.0 conference.
Run
make allI use yarn workspaces so, there is no need to go to one by one directory and run yarn.
To get the app up, run
yarn dev|— client
|— cypress
|— server
...
contains all the web source code
contains all the end-to-end testing code
contains the mocking server code