Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jovana-marceta/mona
- Owner: jovana-marceta
- Created: 2021-02-12T09:13:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T11:25:08.000Z (over 3 years ago)
- Last Synced: 2024-11-09T04:19:42.203Z (3 months ago)
- Topics: css, gulp, html, javascript, sass
- Language: HTML
- Homepage:
- Size: 25.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```