Hello 👋,
we are thrilled to meet you at our training. Please find your personal preparation guide below. It helps you to set up your development environment.
If you have any trouble, please don't hesitate to contact Gregor.
Kind Regards Gregor
Please clone this repository to your system and install the needed dependencies for the Angular application and the Demo-Backend.
# Download repository
git clone https://github.com/ng-practice/2024-01-19.git workshop
# Switch into repository directory
cd workshop
# Install dependencies
npm install
Please verify that both angular application and backend run on your system.
Angular
Hint you can exit the development web server hitting CTRL+C.
cd client
npm start
The output of a successfully started Angular application
Backend
Hint you can exit the development web server hitting CTRL+C.
cd server
npm start
The output of a successfully started backend
📖️ Please see the server README for an API documentation.