https://github.com/dielduarte/slush-hot-landing
generator for static websites using my favorite stack
https://github.com/dielduarte/slush-hot-landing
Last synced: about 1 year ago
JSON representation
generator for static websites using my favorite stack
- Host: GitHub
- URL: https://github.com/dielduarte/slush-hot-landing
- Owner: dielduarte
- Created: 2016-05-17T15:02:02.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T02:32:38.000Z (over 5 years ago)
- Last Synced: 2024-11-07T18:55:34.455Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slush-hot-landing
generator for static websites using my favorite stack
## Installation
Install with NPM slush, slush-hot-landing globally
```
[sudo] npm install slush slush-hot-landing -g
```
## Usage
run the generation in folder required
```
slush hot-landing
```
after install generator run gulp
```
gulp
```
##stack
- gulp
- pug template
- sass
- browser sync
##structure
```
your-app/
├── .editorconfig
├── .nvmrc
├── gulpfile.js
├── package.json
└── app
└── assets
├── scripts
├── styles
└── main.scss
├── images
└── index.pug
├── tasks #all tasks for gulp
```
Made with <3 by Diel Duarte