Thanks to visit codestin.com
Credit goes to github.com

Skip to content

montymo87/animation-test

 
 

Repository files navigation

Welcome to glivera-bun-template

Get started

  1. Install node.js, bun for your OS. https://bun.sh/docs/installation

  2. Reload VS Code and install npm packages bun install

  3. Let's code!

  • bun run dev - File watching + server
  • bun run build - Build (production mode)
  • bun run staging - Build + dev widget (production mode)

Template structure

build                        # Production build
dev-dist                         # Dev build
public                       # Production WP build
helpers                      # All type samples and plugins
├── components               # Snippets & Vanilla js helpers
src                          # Sources
├── fonts                    # Fonts
│   ├── icons                # Iconfont
├── images                   # Images
│   ├── icons                # Icons
│   |   ├── sprite-icons     # Icons used in sprite
├── js                       # Scripts
├── pug                      # Layout
├── scss                     # Styles

Rules:

KBEM styles for class names. Kebab-case for all files - foo-bar-baz.ex For pug mixins - m-foo-bar-baz.pug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 47.5%
  • JavaScript 32.5%
  • Pug 19.6%
  • Other 0.4%