Skip to content

Commit 6fd8878

Browse files
committed
[ADD] README.md
1 parent 3b13d84 commit 6fd8878

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
> React.js Sample code
2+
3+
## Build Setup (npm) (실행 방법)
4+
5+
node version v14.0.0
6+
7+
``` bash
8+
# install dependencies (초기설정 - 공통)
9+
npm install
10+
11+
# serve with hot reload at localhost:3000 (실행중 중복된 포트가 있을경우 유동적임)
12+
npm start
13+
14+
# build for production with minification (빌드)
15+
npm run build
16+
17+
# build for production and view the bundle analyzer report (빌드 리포트)
18+
npm run build --report
19+
20+
# run all tests (테스트)
21+
npm test
22+
```
23+
24+
## Spec (개발 환경 스펙)
25+
- Redux-Saga
26+
- ES6 ~
27+
- Axios
28+
- Styled-component
29+
- typescript
30+
- react
31+
- react-router-dom
32+
- redux-logger
33+
- react-hot-loader

0 commit comments

Comments
 (0)