Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.24 KB

File metadata and controls

34 lines (22 loc) · 1.24 KB

Tiny House

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/

Server

The server side provides a GraphQL API implemented with NodeJs, Express and Apollo.

Client

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.

Deployment

To prepare the application to be deployed to a production environment, use this bash script:

./_script/build.sh

Tech Stack References