Skip to content

Fernanda-Kipper/landing-page-ssr

Repository files navigation

Landing Page w/ SSR

angular typescript javascript

AboutGetting StartedContribute

Page Layout

📌 About

This repository contains a Landing Page built with Angular 17 using SSR mechanism built during a live on my Youtube Channel.

project

🚀 Getting started

Here you describe how to run your project locally

Prerequisites

Here you list all prerequisites necessary for running your project. For example:

Cloning

How to clone your project

git clone https://github.com/Fernanda-Kipper/landing-page-ssr.git
cd lading-page

Starting

Now you just need to install dependencies then run it.

npm install
npm start

📫 Contribute

We welcome contributions to the Text Editor project! Whether you're fixing a bug, adding a feature, or improving documentation, your input is valuable. Here's how you can contribute:

  1. Create a Feature Branch

Always work on a new branch for your changes. This keeps the main branch clean and your history organized:

  1. Follow Coding Standards

Consistency is key! Adhere to the coding standards and patterns established in the project. This ensures readability and maintainability of the code.

  1. Commit Your Changes

Write clear, concise commit messages following the Commit Pattern Guidelines. This helps in understanding the purpose of your changes and speeds up the review process.

  1. Open a Pull Request

Once your changes are ready, push your branch to your fork and open a pull request against the main repository. In your pull request description, clearly describe the problem solved or feature added. If your changes are visual, attach screenshots to help reviewers understand your modifications.

  1. Wait for Review

The project maintainers will review your pull request. Engage in the discussion, and make any requested changes. Your contributions will be merged into the project once approved!

Helpful links