Giter Club home page Giter Club logo

reactapp's Introduction

PKJ DEMO

react + webpack + nodejs 연습

설치 방법

react : 리액트 사용을 위한 자바스크립트 라이브러리

react-dom : DOM에 직접적으로 접근할 떄 필요한 라이브러리

npm install --save react react-dom

babel-core, babel-loader, babel-preset-react, babel-preset-es2015 : ES6 / ES7 코드를 ECMAScript5로 변환하기위한 라이브러리

web-pack, webpack-dev-server : 개발서버 라이브러리

npm install --save-dev babel-core babel-loader babel-preset-react babel-preset-es2015 webpack webpack-dev-server

react-router, react-router-dom, connected-react-router : 화면 전환시 페이지 깜박임없이 주소 이동 가능하게 하기 위한 라이브러리

npm install react-router npm install react-router-dom npm install connected-react-router

eslint : 문법검사, 더 나은 자바스크립트 코딩 스타일 지원

npm install -g eslint

@material-ui/core : https://material-ui.com UI 라이브러리

npm install @material-ui/core

react-big-calendar : 스케쥴 라이브러리

moment : 언어 패키지

npm install react-big-calendar --save npm install moment --save

개발 편이성

npm install eslint-config-airbnb 귀챠늠 npm install eslint-config-prettier

reactapp's People

Contributors

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