An open API service indexing awesome lists of open source software.

https://github.com/pimp-my-book/goa-landing-page

This is GOA's landing Page written in VueJS
https://github.com/pimp-my-book/goa-landing-page

Last synced: about 2 months ago
JSON representation

This is GOA's landing Page written in VueJS

Awesome Lists containing this project

README

        

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/pimp-my-book/goa-landing-page)

# GOA Landing Page

## Setup Instrustions

Once you've cloned this repo, install the dependaices

```
$ yarn install

```

Then you can start the app and navigate to localhost:

```
$ yarn serve

```

## How is this app structured?

Component Diagram:

![goa-comp-diagram](component-structure.png)

## Developed with:

* [VueJS](http://vuejs.org)
* [TailwindCSS](https://tailwindcss.com/docs/what-is-tailwind/)