Giter Club home page Giter Club logo

react-ui-component's Introduction

[ UI요소 만들기 강의 코드 ]

디렉토리 구조

  • app: app 전반에 대한 기본 view 제공
    • [...item]/page.tsx: /[...item] route의 page view. routeskey에 매칭된 컴포넌트를 렌더링.
    • layout.tsx: 기본적인 html 구성
    • page.tsx: / route의 page view. /README.md를 보여줍니다.
    • global.scss: app 전반의 style
    • gnb.tsx: 좌측 메뉴 컴포넌트
  • components
    • vanillaWrapper.ts: 독립적인 VanillaJS 환경의 wrapper 컴포넌트
  • routes.ts: route 구성

Getting Started

  • 다운로드 받은 파일의 압축을 해제하고, 터미널에서 해당 폴더로 이동합니다.
cd ui-study
  • npm module 설치를 진행합니다.
npm install
# or
pnpm install
# or
yarn
  • 개발 서버를 실행합니다.
npm run dev
# or
pnpm run dev
# or
yarn dev

react-ui-component's People

Contributors

dmchoi77 avatar

Watchers

 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.