An ecommerce web app made in conjunction with Tentacles Web API. Users can register a new account, or login to an existing account to order products.
Install project's dependencies with:
npm install
For node v7+, avoid breaking changes with:
npm install --legacy-peer-deps
This project was developed with angular-cli version 14.1.3.
To build the project with the CLI, use ng build
.
Angular's dev server supports live reload and runs on localhost:4200
, which is set in the environment.ts
file.
- Run
ng serve
for anhttp
server - Run
ng serve --ssl
for anhttps
server
The web app is deployed on Azure App Services, see STARTUP.md.