Lunar Tour is an app that built in VueJS that allows users to book lunar vacations on Moon. It is part of Fullstack Serverless GraphQL, which is a resource that enables you 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-frontend
Then cd into the directory of the project:
cd lunar-tour-frontend
Once you're in then install the packages using your fav package manager:
yarn install
To run the app on localhost://8080
do the following:
yarn serve
To run Lints and fixes files:
yarn lint
This project was scaffolded using the Vue CLI, so if you want to customise things to your liking see the Configuration Reference.