This repository contains the code for the application developed in the Tiny House masterclass available at newline.co.
For a live demo go to: https://www.tinyhouse.app/
The server side provides a GraphQL API implemented with NodeJs, Express and Apollo.
The client frontend application is built with React. It makes use of React-Apollo library to consume the API provided by the server, and presents the data to the user with the help of Ant Design for styling.
To prepare the application to be deployed to a production environment, use this bash script:
./_script/build.sh