Skip to content

Setup for development

Georg edited this page Jan 3, 2022 · 1 revision

Basic

You have to have installed (npx), npm, node und git.

  1. Clone the repo with git git clone https://github.com/AlpsBTE/Website.git
  2. Cd into the repo and run npm install
  3. Run the frontend with npx nx serve alpsbte-web. If you have nx installed globaly you don't have to use npx. -> Change alpsbte-web with what ever application you want tu run localy. Other nx operations can be found in the nx documentation

Clone this wiki locally