Skip to content

LucasAnselmoSilva12345/news-Homepage

Repository files navigation

News Homepage 📰

About this project

This project it's a resolution of a Frontend Mentor challenge, in which the challenge consists in create of that landing page, and work of knowledge about component, states and visual behavior using the React Library.

Technologies used in this project

In this project, the following technologies were used:

Front-end

Deploy

How to execute this project

To run the application, be sure you have Git installed on your machine.

1. Make clone this repository through the command:

$ git clone https://github.com/LucasAnselmoSilva12345/news-Homepage

2. After performing the clone the project, still in the terminal, enter the project folder:

$ cd news-Homepage

Note: To perform the command execution in the next step, ensure that you have node installed on your machine to be able to use npm. Or, if you prefer to install the dependencies via yarn, make sure you have yarn installed on your machine.

3. After entering the project folder, run the command:

$ npm install

ou

$ yarn

To perform the installation of dependencies.

4. After installing the dependencies and still in the project folder vide terminal, run the command:

$ code .

To open the project in the Visual Studio Code.

5. After opening the project in your Visual Studio Code, go back to the terminal screen, and run the command:

$ npm run dev

ou

yarn dev

To execute the project

6. Once this is done, just open the project in your browser, through the link:

$ http://localhost:5173/