Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (21 loc) · 1.05 KB

Mobile Top Ups Angular 17 Application Setup

Overview

This project is built with Angular 17, the latest version of Angular. It includes instructions for setting up your development environment, running the application, and ensuring compatibility with Node.js.

Prerequisites

Before you start, ensure that you have the following software installed:

  1. Node.js: The project is compatible with Node.js version 18.x.x. Ensure you have the correct version installed.
  2. npm: Node.js comes with npm (Node Package Manager). Make sure it is updated to the latest version compatible with Node.js 18.x.x.

Checking Node.js and npm Versions

To check your Node.js and npm versions, run: node -v npm -v

Setup

Clone the Repository

git clone https://github.com/pratikthakare777/mobile_top-ups.git cd your-repository

Install Dependencies

npm install

Running the Application

To run the application in development mode:

ng serve

The application will be available at http://localhost:4200/. Open this URL in your browser to see the application in action.