Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rihanarfan/hasura-nuxt-instagram
- Owner: RihanArfan
- Created: 2023-05-16T14:15:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-09T08:22:33.000Z (9 months ago)
- Last Synced: 2024-04-09T09:35:15.129Z (9 months ago)
- Topics: graphql, hasura, instagram, nhost, nuxt, nuxtui, urql, vue
- Language: TypeScript
- Homepage:
- Size: 808 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.