/Angular

Angular Course 101

Primary LanguageHTML

Angular

Angular is JavaSCript framework for building client-side applications that run entirely in the client browser using HTML, CSS and TypeScript.

Environment

Ubuntu Bash Docker

Git Github

VS Code

node.js npm TypeScript Angular

Bootstrap Font Awesome

  • Angular CLI

Wiki Pages

Angular projects

  • APM - Angular Product Management
  • my-app - Angular default project generated by Angular CLI

Getting Started

You can either use the Dockerfile to build the image or pull the image from Docker Hub.

  • docker pull ralexrivero/node-alp-18:1.0 to pull the image

  • docker build -t angular/node_18/alpine -f Dockerfile . to build the image

  • git clone the project

  • cd to the project directory

  • docker run -d -it --rm --name node -v /path/to/code/:/code --network=host node-alp-18:1.0 to start a container with node.js

  • docker exec -it node sh to enter the container

  • cd the project directory

  • npm i to install dependencies (node_modules) and devDependencies from package.json

  • npm start to start the application

Packages

  • @angular/cli - Angular CLI
  • bootstrap - Bootstrap
  • font-awesome - Font Awesome

Author

Twitter Linkedin Medium Github Vagrant Docker

CodersRank HackersRank