This is the template for the masterclass session of pushcon
- Open your IDE in a folder of your choice. The project will be saved in this folder later.
- Open the terminal of your IDE (e.g. in Visual Studio code with
CTRL + SHIFT + ö
or via the menu) - Clone the project via
git clone https://github.com/TobitSoftware/masterclass-report-template.git .
(The "." at the end is important) - Install all dependencies with
npm i
- Start the project with
npm start
- Open the masterclass tapp
https://pushcon.de/Masterclass