bleidertcs / modern-angular

Apache License 2.0
0 stars 0 forks source link

Angular Shop

Angular Build

Sample project created to showcase the latest and modern Angular features:

Branches

⌨️ Editor / IDE

Screenshots

Main page with products list:

Main Page

Cart page:

Cart Page

Executing the code locally

You need to have Node.js / NPM installed locally.

  1. Install all the required dependencies:
npm install
  1. Execute the project:
npm run start

This command will run the Angular project with a proxy to the Java server, without requiring CORS.

Open your browser and access http://localhost:4200 (Angular default port).

If you want run the project locally, run the following command

command

ng server -o

otro cambio