frontend-skeleton

0.2.4 • Public • Published

This package is configured to develop a frontend for sass, typescript and pug. Gulp and Webpack compile files

Installation options

  • Clone the repo: git clone https://github.com/igorrybalko/frontend-skeleton.git
  • Install with npm: npm install frontend-skeleton

Uses

  • Bootstrap 4
  • jQuery
  • Slick-carousel

Main structure

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

Docs

https://greencomet.net/javascript/frontend-skeleton

Author

http://www.linkedin.com/in/igorrybalko

Dependents (0)

Package Sidebar

Install

npm i frontend-skeleton

Weekly Downloads

0

Version

0.2.4

License

ISC

Unpacked Size

33.8 kB

Total Files

23

Last publish

Collaborators

  • igorrybalko