1.0.6 • Published 9 months ago

futornoi-pug-starter v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

futornoi-pug-starter

The starter template for developing simple websites using pug, scss and js

Getting Starter

npx futornoi-pug-starter projectName

cd projectName && npm run start

Open http://localhost:3000 with your browser to see the result.

Template Structure

|__src
|   |__assets
|   |  |__images
|   |  |  |__favicon.ico
|   |  |__fonts
|   |__js
|   |  |__app.js
|   |__scss
|   |  |__pages
|   |  |  |___all.scss
|   |  |__components
|   |  |  |___all.scss
|   |  |__static
|   |  |  |___fonts.scss
|   |  |  |___reset.scss
|   |  |  |___keyframes.scss
|   |  |  |___mixins.scss
|   |  |  |___constants.scss
|   |  |  |___all.scss
|   |  |__style.scss
|   |__pug
|   |  |__pages
|   |  |  |__index.pug
|   |  |__layouts
|   |  |  |__layout.pug
|   |  |__sections
|   |  |  |__head.pug
|   |  |  |__footer.pug
|   |  |  |__header.pug
|   |  |__helpers
|   |  |  |___mixins.pug
1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago