/ecom

It is a basic web ecom application based upon angular

Primary LanguageTypeScript

Ecom

This project was generated with Angular CLI version 16.2.6.

A few mockup ss of the projects

Mockup of in app experience. Mockup of in app experience. Mockup of in app experience. Mockup of in app experience. Mockup of in app experience. Mockup of in app experience. Mockup of in app experience. Mockup of in app experience. Mockup of in app experience. Mockup of in app experience.

To use this project follow the following steps

First of all clone the repository

Run git clone https://github.com/codexdebayan/ecom.git command in your terminal or cmd

Now install the node modules in the /ecom directory

Run npm install in the terminal

Development server - to run the application

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

JSON Server - Start the local database

Run json-server --watch db.json for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

// "start": "concurrently \"ng serve\" \"json-server --watch db.json\"",