File tree 2 files changed +12
-37
lines changed
packages/react-dependency-scripts
2 files changed +12
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm version] ( https://badge.fury.io/js/react-dependency-scripts.svg )] ( https://www.npmjs.com/package/react-dependency-scripts )
4
4
5
- ## Start the project
5
+ ## Start the development application
6
6
7
7
Using [ webpack] ( https://webpack.js.org/ ) with reference to folder ` src/dev ` .
8
8
@@ -12,7 +12,7 @@ npm start
12
12
yarn start
13
13
```
14
14
15
- ## Build the project
15
+ ## Build the library
16
16
17
17
Using [ babel] ( https://babeljs.io/ ) with reference to folder ` src/lib ` .
18
18
@@ -22,6 +22,16 @@ npm build
22
22
yarn build
23
23
```
24
24
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
+
25
35
## Test the project
26
36
27
37
Using [ jest] ( https://jestjs.io/ ) with reference to folder ` src/lib ` . Is possible edit the test config in ` package.json ` .
You can’t perform that action at this time.
0 commit comments