Componer

Before You Start

Install the necessary Tools

Get Your Copy

Open the Snapstromegon/Bc-Praxisprojekt Repository and fork it according to this guide and do steps 1-4 (the branch name doesn't matter).

Prepare the project

Install packages

Inside the "componer" folder, install the required packages by running npm install

Start the live server

Inside the "componer" folder, run npm run serve to start a local webserver.

It will display a link to http://localhost:8080 which you can open in your browser.

This will show you the same page as here, just on your local machine with your solutions.

Up Next

Now that you're ready, go on and start your work.