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:
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.