- Clone this repository:
git clone <repository-url>
- Navigate to the project directory:
cd <project-folder>
- Install the dependencies:
npm install
- Start the development server:
npm start
Navigate to http://localhost:4200/ in your browser to see the application. The application will automatically reload if you change any of the source files.
Note: Ensure you have an updated version of Node.js installed on your machine. You can verify your Node.js version with:
node -vIf you are using nvm as your Node.js version manager, you can switch to the right version with:
nvm useTo build the application, run:
npm run build