Skip to content

junglimit/event-app202407

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

리액트 프로젝트 시작하기

  1. nodejs 설치
  2. create-react-app 설치 (최초1번)
$ npm install -g create-react-app
  1. react프로젝트 생성
$ npx create-react-app 프로젝트이름
  1. react 프로젝트 실행
$ cd 프로젝트폴더
$ npm start

추가 라이브러리 설치

  1. styled-components: 동적 css 처리를 도와주는 라이브러리
  • $ npm install styled-components
  1. bootstrap, reactstrap : CSS 라이브러리
  • $ npm install bootstrap reactstrap
  1. sass : CSS 확장문법 라이브러리
  • $ npm install sass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published