Code Monkey home page Code Monkey logo

hsaa-angular-webshop's Introduction

hsaa-angular-webshop

Wirtschaftsinformatik Hochschule Aalen - Wintersemester 2022 / 2023


Content

  1. Tools

    1. Git
    2. NodeJs / npm
    3. Visual Studio Code
  2. Weitere Informationen

    1. Angular Dokumentation
    2. Angular Material
    3. Angular Beginner Tutorial
    4. Stackblitz
  3. Angular app


Tools

Git

Enthält neben den Kernfunktionen die "Git bash" - eine "git"-optimierte Konsole.

Download

NodeJs / npm

Zum lokalen Entwicklung wird NodeJs sowie der Paketmanager npm benötigt. Installation von NodeJs mit mindestens Veriso > 16.x.

(npm wird standardmäßig mit installiert)

Download

Tipp: Die installierte Version kann mittels -v Paramter überpfrüft werden

$ node -v
16.18.0

ebenfalls npm

$ npm -v
8.11.0

Visual Studio Code

Leichtgewichtige aber sehr mächtige IDE.

Download

Gerne können andere IDEs verwendet werden! Der Zugriff auf ein Terminal bspw. "Powershell" oder "Git Bash" wird jedoch benötigt.

Weitere Informationen

Angular Dokumentation

Offizielle Projektseite und erste Anlaufstelle zu Fragen bzgl. Dokumentation.

Link

Angular Material

Komponenten und Themes für Angular-Anwendungen.

Link

Angular Beginner Tutorial

Beginner Tutorial

Link

Stackblitz

Online Editor and Live-Building Umgebung für diverse Web-Anwendungen

Link

Angular app

Vorbereitung

cd my-repo
mkdir src
cd src
  1. Erstellen eines leeren Workspaces
ng new webshop-frontend --create-application false
  1. Erstellen der Web-Anwendung:
ng g app webshop-app
  1. Erstellen einer wiederverwendbaren Bibliothek:
ng g lib shared-lib

hsaa-angular-webshop's People

Contributors

comcy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.