SlideShare a Scribd company logo
Material-UI시작하기
ReactJS#3
임광규
#1ReactJS프로젝트생성하기
$ npx create-react-app hello-meterialui
$ cd hello-meterialui
#2Meterial-ui모듈설치하기
$ npm install —save @material-ui/core
$ npm install —save @material-ui/icons
$ npm install —save @material-ui/styles
1.StylesProvider
2.CssBaseline
#3추가모듈설치하기-Option
$ npm install —save styled-components
styled-components
styled-componentsexample
#4.eslint설정(.eslintrc.js)-Option
module.exports = {
"extends": "react-app",
"globals": {
},
"rules": {
"no-console": "off",
"no-constant-condition": "off",
"no-unreachable": "off",
"no-empty": "off",
"no-useless-escape": "off",
"no-throw-literal": "off",
"no-unused-vars": "warn",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"no-redeclare": "off",
"react/jsx-no-duplicate-props": ["warn", { "ignoreCase": false }],
"no-unused-expressions": "off"
}
};
#5.한글폰트사용(1)
src/index.cssbody에font-family추가
body {
margin: 0;
font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', 'NanumBarunGothic', '맑은 고딕',
'Malgun Gothic', '굴림', 'Gulim', '돋움', 'Dotum', 'Helvetica Neue',
'Helvetica', Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#5.한글폰트사용(2)
public/index.html에webfont추가
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap" rel="stylesheet">
#6TemplateMaterialUI
MaterialUITemplate
실습
#1Login화면을만들기
#2Dashboard화면을만들기
#3react-router-dom을이용해서Login과Dashboardpath로접근처
리
Q&A

More Related Content

PPTX
Spine.js
PDF
Ember background basics
PPTX
Canjs
KEY
Requirejs
PDF
Puppet at janrain
PDF
OUTDATED (Encore)
PDF
Using Groovy with Jenkins
Spine.js
Ember background basics
Canjs
Requirejs
Puppet at janrain
OUTDATED (Encore)
Using Groovy with Jenkins

What's hot (18)

PPTX
Database Schema as Code
PDF
Web Tech & Architecture
PDF
Vue 淺談前端建置工具
PDF
Build web application by express
PDF
Automating Front-End Workflow
PDF
Artem Yavorsky "99 ways to take away your ugly polyfills"
PPTX
JavaScript Sprachraum
PDF
자바 웹 개발 시작하기 (1주차 : 웹 어플리케이션 체험 실습)
PDF
Puppet modules for Fun and Profit
KEY
[Coscup 2012] JavascriptMVC
PDF
Nodejs first class
PPTX
Code refactoring of existing AutoTest to PageObject pattern
ODP
Fetch records from mysql using mule esb
PPTX
Mule esb db component
PDF
Ember: Guts & Goals
PDF
Intro to node.js web apps
DOCX
Java assgn
PDF
10 Excellent Ways to Secure Your Spring Boot Application - Devoxx Morocco 2019
Database Schema as Code
Web Tech & Architecture
Vue 淺談前端建置工具
Build web application by express
Automating Front-End Workflow
Artem Yavorsky "99 ways to take away your ugly polyfills"
JavaScript Sprachraum
자바 웹 개발 시작하기 (1주차 : 웹 어플리케이션 체험 실습)
Puppet modules for Fun and Profit
[Coscup 2012] JavascriptMVC
Nodejs first class
Code refactoring of existing AutoTest to PageObject pattern
Fetch records from mysql using mule esb
Mule esb db component
Ember: Guts & Goals
Intro to node.js web apps
Java assgn
10 Excellent Ways to Secure Your Spring Boot Application - Devoxx Morocco 2019
Ad

Similar to ReactJS & Material-ui Hello world (20)

PDF
Secure Coding For Java - Une introduction
PDF
EP2016 - Moving Away From Nodejs To A Pure Python Solution For Assets
PDF
前端MVC 豆瓣说
PDF
Burn down the silos! Helping dev and ops gel on high availability websites
PDF
Automation with Ansible and Containers
PDF
Everything You Should Know About the New Angular CLI
PDF
Bonnes pratiques de développement avec Node js
PDF
The Best (and Worst) of Django
PDF
Webpack Encore - Asset Management for the rest of us
PDF
Node Web Development 2nd Edition: Chapter3 Node Modules
PDF
Build Web Apps using Node.js
PDF
Npm scripts
PDF
WebNet Conference 2012 - Designing complex applications using html5 and knock...
PDF
Make your Backbone Application dance
KEY
Introducing the Seneca MVP framework for Node.js
KEY
20120816 nodejsdublin
PPTX
Security testing of YUI powered applications
PDF
An Event Apart Boston: Principles of Unobtrusive JavaScript
PDF
Os Haase
PDF
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
Secure Coding For Java - Une introduction
EP2016 - Moving Away From Nodejs To A Pure Python Solution For Assets
前端MVC 豆瓣说
Burn down the silos! Helping dev and ops gel on high availability websites
Automation with Ansible and Containers
Everything You Should Know About the New Angular CLI
Bonnes pratiques de développement avec Node js
The Best (and Worst) of Django
Webpack Encore - Asset Management for the rest of us
Node Web Development 2nd Edition: Chapter3 Node Modules
Build Web Apps using Node.js
Npm scripts
WebNet Conference 2012 - Designing complex applications using html5 and knock...
Make your Backbone Application dance
Introducing the Seneca MVP framework for Node.js
20120816 nodejsdublin
Security testing of YUI powered applications
An Event Apart Boston: Principles of Unobtrusive JavaScript
Os Haase
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
Ad

More from Daniel Lim (20)

PDF
내가 생각하는 개발자란?
PDF
개발자를 넘어 기술 리더로 가는 길을 읽고
PDF
스크럼 101
PDF
nodejs_101.pdf
PDF
For You
PPTX
Nest js 101
PPTX
피드백 시스템
PDF
13.code split
PDF
12.context api
PDF
11.react router dom
PDF
9.component style
PDF
7.component life cycle
PDF
8.hooks
PDF
6.component repeat
PDF
4.event handling
PDF
5.ref 101
PDF
3.component 101
PDF
2.jsx 101
PDF
1.react 101
PDF
Swagger? OAS? with NodeJS
내가 생각하는 개발자란?
개발자를 넘어 기술 리더로 가는 길을 읽고
스크럼 101
nodejs_101.pdf
For You
Nest js 101
피드백 시스템
13.code split
12.context api
11.react router dom
9.component style
7.component life cycle
8.hooks
6.component repeat
4.event handling
5.ref 101
3.component 101
2.jsx 101
1.react 101
Swagger? OAS? with NodeJS

Recently uploaded (20)

PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Nekopoi APK 2025 free lastest update
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
System and Network Administration Chapter 2
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Digital Strategies for Manufacturing Companies
PPTX
Transform Your Business with a Software ERP System
PPTX
Introduction to Artificial Intelligence
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Understanding Forklifts - TECH EHS Solution
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Odoo Companies in India – Driving Business Transformation.pdf
Navsoft: AI-Powered Business Solutions & Custom Software Development
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Nekopoi APK 2025 free lastest update
Design an Analysis of Algorithms II-SECS-1021-03
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PTS Company Brochure 2025 (1).pdf.......
System and Network Administration Chapter 2
Which alternative to Crystal Reports is best for small or large businesses.pdf
Digital Strategies for Manufacturing Companies
Transform Your Business with a Software ERP System
Introduction to Artificial Intelligence
wealthsignaloriginal-com-DS-text-... (1).pdf
L1 - Introduction to python Backend.pptx
Reimagine Home Health with the Power of Agentic AI​
Understanding Forklifts - TECH EHS Solution
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Odoo Companies in India – Driving Business Transformation.pdf

ReactJS & Material-ui Hello world