software-development-2022-e.../session-2/tryout/howto.md

14 lines
479 B
Markdown

# Step by Step preparation for the Exam
- Download the exam.zip on your computer
- Unzip it at a place of your choice
- Open Visual Studio Code
- Go to File -> Open Folder and select the exam folder
## Steps for task-4
- Go to Terminal -> New Terminal to open the terminal
- Go to the terminal an run `cd task-4`
- run `npm install`
- run `npm run dev`
- open the given locahost address with your browser
- If you see no error everything works and you can start with the task