JasperAlexander / bipper-frontend

The frontend of a social networking service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning
This project uses the Next.js 13 app directory, which is still in beta.

Bipper (frontend)

This repository contains the frontend of a social networking service. You can find its backend here.

The frontend is written in Typescript and uses Next.js (version 13) as framework. Apollo-client is being used as GraphQL client.

Installation

  1. Install bipper-backend.

  2. Open a Command Line Interface (CLI) and clone this repository:

git clone https://github.com/JasperAlexander/bipper-frontend.git
  1. Inside the repository, run the following command to install the dependencies:
yarn install

Getting Started

  1. Run bipper-backend.

  2. Inside the repository of the frontend, run the following command:

mv .env.example .env.local
  1. Customize.

  2. Run the development server:

yarn dev
  1. Open http://localhost:3000 with your browser to see the frontend.

Contributing

Feel free to ask questions at the Discussions tab or reach out to one of the contributors.

About

The frontend of a social networking service.


Languages

Language:TypeScript 72.0%Language:CSS 27.4%Language:Shell 0.4%Language:JavaScript 0.1%