This package is configured to develop a frontend for sass, typescript and pug. Gulp and Webpack compile files
- Clone the repo:
git clone https://github.com/igorrybalko/frontend-skeleton.git
- Install with npm:
npm install frontend-skeleton
- Bootstrap 5
- jQuery
- Slick-carousel
frontend-skeleton/
└── src/
├── images/
│ ├── marker.png
│ └── noimage.png
├── pug/
│ ├── includes/
│ │ ├── footer.pug
│ │ ├── head.pug
│ │ └── header.pug
│ └── pages/
│ └── index.pug
├── scss/
│ ├── core/
│ │ ├── common.scss
│ │ ├── mixins.scss
│ │ ├── user_text.scss
│ │ └── vars.scss
│ ├── modules/
│ │ ├── footer.scss
│ │ ├── header.scss
│ │ └── homepage.scss
│ └── main.scss
└── ts
├── modules/
│ ├── App.ts
│ ├── AppHelper.ts
│ └── JqPlugins.ts
└── index.ts