An open API service indexing awesome lists of open source software.

https://github.com/vbuldenko/air_landing

Landing page example for Air creative agency.
https://github.com/vbuldenko/air_landing

bem html5 sass

Last synced: 11 months ago
JSON representation

Landing page example for Air creative agency.

Awesome Lists containing this project

README

          

# Air

This project is an example landing page for a creative agency.

## Technologies Used

- HTML
- CSS (SCSS)
- JavaScript

## Links

- [Preview](https://vbuldenko.github.io/layout_dia/)
- [Mockup](https://www.figma.com/file/7qwsWggv9BAxMi2VPhBuPr/Air-(formerly-Dia)?node-id=9138%3A35)

## Launch Instructions

1. Clone the repository:
```bash
git clone https://github.com/vbuldenko/Air_Landing.git
```
2. Navigate to the project directory:

```bash
cd Air_Landing
```

3. Install the dependencies:

```bash
npm install
```

4. Start the development server:

```bash
npm start
```

Open your browser and navigate to [http://localhost:8080](http://localhost:8080).