Frontend of the biergit app
- Install the latest version of Yarn
- Run the build or development server commands listed below
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.
yarn build
builds to frontend and stores the build artifacts in the .dist
directory. The contents of this directory are cleared before every build.
yarn lint
runs ESLint and Prettier over all *.{js,ts,tsx}
source files for code style checking and fixes potentially fixable errors and warnings.
Biergit was founded and developed by 4 friends in Zurich Switzerland.