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