Coder Social home page Coder Social logo

naver-ordering-page's Introduction

naver-ordering-page

네이버 주문 페이지 클론코딩 퍼블리싱 연습을 위한 레포입니다.

폴더 구조

├── assets
│   ├── css
│   │   ├── styles.css  // 컴파일 출력 결과
│   │   ├── styles.css.map  // 
│   │
│   ├── images
│   └── scss
│       ├── abstracts   // mixin, 사전에 선언한 값들
│       ├── base        // reset, preset
│       ├── components  // 컴포넌트 요소
│       ├── pages       // 특정 페이지 scss
│       ├── styles.scss // 모든 scss파일 import. 컴파일 대상
│
├── docs
│   ├──index.html
│
└── node_modules

개발 환경 설정

npm i
sudo npm i -g sass

VScode의 Extension에서 Live Server설치, Live Sass Compiler 설치

Live Sass Compiler

(사진) 위 사진과 같이 setting.json에서 편집을 누른 후 setting.json 파일을 (사진) 과 같이 바꿔줍니다. "savePath"의 경우 컴파일 된 .scss파일이 .css로 출력될 디렉토리입니다.

개발 할 땐 VScode 하단의 Watch Sass 버튼을 눌러 변경사항이 있을 시 바로 적용될 수 있게 합니다.

Live Server

Windows: Alt + L + O MAC: Command + L + O

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.