In this HTML application, I developed a simple landing page with a message board and portfolio page.
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