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