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.
Before you start, ensure that you have the following software installed:
- Node.js: The project is compatible with Node.js version 18.x.x. Ensure you have the correct version installed.
- 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.
To check your Node.js and npm versions, run: node -v npm -v
Clone the Repository
git clone https://github.com/pratikthakare777/mobile_top-ups.git cd your-repository
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.