Skip to content

Commit 4b63e5d

Browse files
author
Mostafa Kamal
authored
Update README.md
1 parent abf0a4b commit 4b63e5d

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# webpack-react
2-
react webpack template
1+
<p align="center" ><img src="src/assets/logo1.png"></p>
2+
3+
# React-pack (webpack+react)
4+
5+
> A React project
6+
7+
## Build Setup
8+
9+
``` bash
10+
# install dependencies
11+
npm install
12+
13+
or,
14+
15+
yarn install
16+
17+
# serve with hot reload at localhost:8080
18+
npm run dev
19+
20+
# build for production with minification
21+
npm run build
22+
```

0 commit comments

Comments
 (0)