Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.

biergit-ch/app-frontend

Repository files navigation

Biergit app-frontend

Introduction

Frontend of the biergit app

Setup

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

Commands

Development Server

yarn dev 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 .next directory. The contents of this directory are cleared before every build.

Lint

yarn type-check runs TSLint over all source files for code style checking.

About

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

Releases

No releases published

Packages

No packages published