Coder Social home page Coder Social logo

ice-life-frontend's Introduction

정통마켓 프론트엔드 리포지토리입니다.

개발 관련 참고사항

  1. root위치에 jsconfig.json파일 추가

    • src 폴더를 root 디렉터리 위치로 잡고 경로를 작성하게끔 하기 위해

      예제) import { Home, Auth } from "./pages"; 대신 import { Home, Auth } from "pages"; 와 같이 쓸 수 있음.

      잘 보면 상대경로인 ./가 사라진 것을 알 수 있다!

      기준 경로가 src이므로, 절대경로가 src/page 라면 src/ 부분을 제외하고 pages만 써주면 됨!

  2. 폰트는 구글 폰트를 이용하자

    • https://fonts.google.com/ 에서 원하는 폰트를 골라 index.css에서 @import url("링크주소"); 와 같이 써주면 된다.

ice-life-frontend's People

Contributors

astro36 avatar dumi33 avatar yt4307 avatar

Stargazers

 avatar  avatar  avatar

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.