Skip to content

ng-practice/2024-01-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Solid Foundations

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

Prerequisites

Code

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

Angular CLI Output The output of a successfully started Angular application

Backend

Hint you can exit the development web server hitting CTRL+C.

cd server
npm start

Angular CLI Output The output of a successfully started backend

📖️ Please see the server README for an API documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published