Skip to content

Commit 0f38eae

Browse files
committed
Inserting documentation to build app
1 parent 2f251e1 commit 0f38eae

File tree

2 files changed

+12
-37
lines changed

2 files changed

+12
-37
lines changed

docs/docs/scripsts.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

packages/react-dependency-scripts/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm version](https://badge.fury.io/js/react-dependency-scripts.svg)](https://www.npmjs.com/package/react-dependency-scripts)
44

5-
## Start the project
5+
## Start the development application
66

77
Using [webpack](https://webpack.js.org/) with reference to folder `src/dev`.
88

@@ -12,7 +12,7 @@ npm start
1212
yarn start
1313
```
1414

15-
## Build the project
15+
## Build the library
1616

1717
Using [babel](https://babeljs.io/) with reference to folder `src/lib`.
1818

@@ -22,6 +22,16 @@ npm build
2222
yarn build
2323
```
2424

25+
## Build the developmento application
26+
27+
Using [webpack](https://webpack.js.org/) with reference to folder `src/dev`.
28+
29+
```
30+
npm build:app
31+
// OR
32+
yarn build:app
33+
```
34+
2535
## Test the project
2636

2737
Using [jest](https://jestjs.io/) with reference to folder `src/lib`. Is possible edit the test config in `package.json`.

0 commit comments

Comments
 (0)