Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 966 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 966 Bytes

Simple Landing Page

This project was a challenge proposed in the course of Development for WEB.

Technologies   |    How To Use   

🚀 Technologies

In this HTML application, I developed a simple landing page with a message board and portfolio page.

ℹ️ How To Use

To run this project, you need to clone this repository and follow the steps below:

# Clone this repository

$ git clone https://github.com/bebetoalves/simple-landing-page

# Go into the repository

$ cd simple-landing-page

# Install packages

$ yarn install or npm install

# Start development server

$ yarn dev or npm run dev

Made with ☕ by Bebeto Alves