Code Monkey home page Code Monkey logo

.temp.react's Introduction

temp.react

React Basic Framework (ver 0.1)

● setup [IntelliJ 기준]

1. nodeJS 다운로드
  - package.json 우클릭 > Run 'npm install'

2. 패키지 추가 설치 
  - package.json 파일 내 dependencies 추가
  - package.json build 실행 (npm run build)

3. 서비스 시작
  - package.json start 실행 (npm run start)

● structure

img.png

  • layout : 전체 레이어 템플릿
  • lib : 공통 (module, util, axios, redux)
  • theme : 공통 UI 스타일(테마) 적용
  • view : 업무 개발
  • index.js : 시작 페이지
  • Route.js : URI 라우터

● Reference

  1. React - React 기본 가이드 (ES6 문법, hook 기능 사용)

    https://ko.reactjs.org/docs/getting-started.html

  2. MUI (UI) - 화면 UI 구성을 위한 도구

    https://mui.com/

  3. Axios - 비동기 통신을 위한 도구

    https://axios-http.com/kr/docs/intro

  4. Redux - 데이터 상태 관리 도구

    https://ko.redux.js.org/introduction/getting-started/

.temp.react's People

Contributors

suyeongyoo 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.