We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b13d84 commit 6fd8878Copy full SHA for 6fd8878
README.md
@@ -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