Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.38 KB

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