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.
- Host: GitHub
- URL: https://github.com/vbuldenko/landing-kickstarter
- Owner: vbuldenko
- License: gpl-3.0
- Created: 2025-02-03T09:18:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T10:01:54.000Z (over 1 year ago)
- Last Synced: 2025-02-03T10:33:11.951Z (over 1 year ago)
- Topics: bem, html5, scss
- Language: SCSS
- Homepage: https://vbuldenko.github.io/Kickstarter/
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).