There was an error while loading. Please reload this page.
1 parent 5dd30c2 commit 443fd39Copy full SHA for 443fd39
1 file changed
README.md
@@ -1 +1,37 @@
1
-# create-react-project
+# create-react-project
2
+
3
+프로젝트 세팅 전에 변경할 것!
4
5
+- `package.json` 에 `name`, `author`
6
+- `codecept.conf.ts` 의 `name`
7
8
+## Install dependencies
9
10
+```bash
11
+npm install
12
+```
13
14
+## Run web server
15
16
17
+npm start
18
19
20
+## Run tests
21
22
23
+npm test
24
25
26
+## Lint and fix all
27
28
29
+npm run lint
30
31
32
+## Build
33
34
35
+npm run build
36
37
0 commit comments