Skip to content

Commit 443fd39

Browse files
authored
Update README.md
1 parent 5dd30c2 commit 443fd39

1 file changed

Lines changed: 37 additions & 1 deletion

File tree

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
# create-react-project
1+
# 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+
```bash
17+
npm start
18+
```
19+
20+
## Run tests
21+
22+
```bash
23+
npm test
24+
```
25+
26+
## Lint and fix all
27+
28+
```bash
29+
npm run lint
30+
```
31+
32+
## Build
33+
34+
```bash
35+
npm run build
36+
```
37+

0 commit comments

Comments
 (0)