Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tednaaa/markup-starter-template
- Owner: tednaaa
- License: mit
- Created: 2021-03-05T11:17:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T06:07:52.000Z (over 3 years ago)
- Last Synced: 2024-07-30T17:14:57.711Z (5 months ago)
- Topics: babel, browser-sync, ci, gulp, handlebars, nodejs, panini, rollup, scss
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```