Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jovana-marceta/mona

Multi-page website for fashion company. Created using HTML, CSS, JavaScript and jQuery with my Gulp starter.
https://github.com/jovana-marceta/mona

css gulp html javascript sass

Last synced: about 1 month ago
JSON representation

Multi-page website for fashion company. Created using HTML, CSS, JavaScript and jQuery with my Gulp starter.

Awesome Lists containing this project

README

        

# Mona
Multi-page website for fashion company. Created using HTML, CSS, JavaScript and jQuery with my Gulp starter.

## [Website preview](https://nostalgic-darwin-2dff49.netlify.app/)

![alt text](https://i.imgur.com/drqMEAQ.jpg)

## Installation

Install all modules listed as dependencies in package.json.

```bash
npm install
```

Compile scss files into css.

```bash
gulp style
```

Watch for changes.

```bash
gulp watch
```