Skip to content

biergit-ch/biergit-frontend

Repository files navigation

Biergit Frontend

Build Status

Introduction

Frontend of the biergit app

Marvel App

Setup

  1. Install the latest version of Yarn
  2. Run the build or development server commands listed below

Commands

Development Server

yarn dev runs yarn api and yarn start in paralell

yarn api runs the fake api on port 8080

yarn start builds the frontend and starts a development server (on localhost:3000 by default). When files change, they are rebuilt and the browser is reloaded.

Build

yarn build builds to frontend and stores the build artifacts in the .dist directory. The contents of this directory are cleared before every build.

Lint

yarn lint runs ESLint and Prettier over all *.{js,ts,tsx} source files for code style checking and fixes potentially fixable errors and warnings.

About

Biergit was founded and developed by 4 friends in Zurich Switzerland.