Skip to content

mihir1733/CodePulse-Frontend

 
 

Repository files navigation

CodePulse

This project was generated with Angular CLI version 16.2.14.

Prerequisites

Before you start, make sure you have the following installed on your machine:

  1. 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.

  2. Angular CLI: Install the Angular Command Line Interface globally using npm.

npm install -g @angular/cli
  1. Code Editor: Choose a code editor of your choice. Popular options include Visual Studio Code, Sublime Text, or Atom.

Installation

To run this application locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/mihir-pithva/CodePulse-Frontend.git

2.Install dependencies:

npm install

Development server

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.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 55.7%
  • HTML 40.3%
  • CSS 4.0%