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

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

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