This project was generated with Angular CLI version 16.2.14.
Before you start, make sure you have the following installed on your machine:
-
Node.js and npm: Angular requires Node.js version 14.x or higher and npm package manager. You can download them from Node.js website.
-
Angular CLI: Install the Angular Command Line Interface globally using npm.
npm install -g @angular/cli- Code Editor: Choose a code editor of your choice. Popular options include Visual Studio Code, Sublime Text, or Atom.
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/mihir-pithva/CodePulse-Frontend.git2.Install dependencies:
npm installRun ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.