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: 4 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T06:07:52.000Z (over 3 years ago)
- Last Synced: 2025-02-01T13:41:34.854Z (4 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
```