Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rihanarfan/hasura-nuxt-instagram

Instagram clone built with Nhost, Hasura, GraphQL, Nuxt, Nuxt UI, VeeValidate and urql. Built for an assignment.
https://github.com/rihanarfan/hasura-nuxt-instagram

graphql hasura instagram nhost nuxt nuxtui urql vue

Last synced: about 1 month ago
JSON representation

Instagram clone built with Nhost, Hasura, GraphQL, Nuxt, Nuxt UI, VeeValidate and urql. Built for an assignment.

Awesome Lists containing this project

README

        

# Instagram Clone

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

Start the development server on `http://localhost:3000`

```bash
nhost up
pnpm run dev
```

## Production

Build the application for production:

```bash
pnpm run build
```

Locally preview production build:

```bash
pnpm run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.