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

https://github.com/vbuldenko/landing-kickstarter

Landing page for a Kickstarter campaign, that provides information about the product.
https://github.com/vbuldenko/landing-kickstarter

bem html5 scss

Last synced: 25 days ago
JSON representation

Landing page for a Kickstarter campaign, that provides information about the product.

Awesome Lists containing this project

README

          

# landing-kickstarter

This project is a landing page for a Kickstarter campaign, designed to attract potential backers and provide information about the project.

## Technologies Used

- HTML
- CSS (SCSS)
- JavaScript

## Links

- [Preview](https://vbuldenko.github.io/Kickstarter/)
- [Mockup]()

## Launch Instructions

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

```bash
cd landing-kickstarter
```

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).