Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tednaaa/markup-starter-template

🥤Markup Template based on Gulp.js + Rollup.js + Panini
https://github.com/tednaaa/markup-starter-template

babel browser-sync ci gulp handlebars nodejs panini rollup scss

Last synced: 3 months ago
JSON representation

🥤Markup Template based on Gulp.js + Rollup.js + Panini

Awesome Lists containing this project

README

        

# Project init

> Install packages

```
npm i
```

> Connect woff2 fonts

```
npm run cf
```

> Compiles and hot-reloads for development

```
npm run dev
```

> Compiles and minifies for production

```
npm run build
```