Skip to content

A React app that allows you to book vacations on the moon with Apollo Client and TailwindCSS 🌚

Notifications You must be signed in to change notification settings

Fullstack-Serverless-GraphQL/lunar-tour-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Lunar Tour Frontend (React) 🐳

Lunar Tour is an app that built in React that allows users to book lunar vacations on Moon. It is part of Fullstack Serverless GraphQL, which is a resource that teaches how to build fullstack Serverless GraphQL apps.

The app is composed of the following:

🍯 Apollo Client

🍯 Ant Design

🍯 Tailwind CSS

🍯 Reach Router

Project setup

First go head and clone the project:

git clone https://github.com/Fullstack-Serverless-GraphQL/lunar-tour-react

Then cd into the directory of the project:

cd lunar-tour-react

Once you're in then install the packages using your fav package manager:

yarn install

To run the app on localhost://3000 do the following:

yarn start

This project was scaffolded using the React Bleeding Edge Kit.

Links to related projects

πŸŽ–οΈ Lunar Tour API

πŸŽ–οΈ Lunar Tour (Vue)

πŸŽ–οΈ Fullstack Serverless GraphQL docs