Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

css gulp html javascript sass

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Minisoft
Multi-page website. Created using HTML, CSS, JavaScript and jQuery with my Gulp starter.

## [Website preview](https://naughty-meitner-6af5a9.netlify.app/)

![alt text](https://i.imgur.com/Xi9gMZE.png)

## 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
```