Skip to content

React 프로젝트를 빠르게 시작하기위한 Setup

Notifications You must be signed in to change notification settings

jeongnaehyeok/ReactFactory

Repository files navigation

React Factory(21.02.10)

react 개발을 빠르게 하기위한 setup입니다.

version

Node.js

사용법

npm install
# 서버 실행
npm run start
# or
yarn run start

# 빌드
npm build
# or
yarn build

# 테스트
npm test
# or
yarn test

About

React 프로젝트를 빠르게 시작하기위한 Setup

Resources

Stars

Watchers

Forks