Git Product home page Git Product logo

html-fundamental's Introduction

Directory 구조및 Git commit Message 가이드

    - src   // Root Directory
        - assets  // Static Resources Directory
            - images
            - styles
            - scripts
            - fonts
        - views   // Html Resources Directory

    1. html파일은 views 에 위치하도록 한다.
    1. 가장 첫 파일은 index.html 이 기본이다.
    1. 이미지, css, javascript, font 파일등은 용도에 맞는 assets 디렉토리에 위치한다.
    1. 비디오나 다른형태의 리소스를 추가한다면, videos, audios등의 디렉토리를 추가로 생성하여 분리한다.

Git Commit Message 가이드.

커밋 메세지를 작성할때, 다음 규칙을 준수한다.

  • 커밋 메세지의 본문을 생략할 경우, 제목만으로 해당 커밋을 파악할수 있는 경우로 제한한다.

  • 그외의 경우에는 feat, fix, docs, style, refactor, test, chore의 케이스에 맞춰 사용한다.

    Github Commit Message Convention

html-fundamental's People

Contributors

g16um98 avatar

Watchers

n0roo avatar

Forkers

g16um98

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.