File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-webpack" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " create-react-webpack " ,
55 "main" : " scripts/create.js" ,
66 "bin" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const pkg = require('./package.json');
77
88const notifier = updateNotifier ( { pkg} ) ;
99notifier . notify ( ) ;
10- console . log ( notifier . update )
10+ notifier . update && console . log ( notifier . update )
1111
1212var args = process . argv . slice ( 2 ) ;
1313var dirName = args [ 0 ] ;
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ This project is bootstraped with [create-react-webpack](https://github.com/AlokT
66
77Scripts available inside this project:-
88
9+ ### ` npm start `
10+
11+ if you have initalized by passing ` -e ` option to ` create-react-webpack ` . <br >
12+ Start the production server on default port ` 3000 ` .<br >
13+ Read files from ` dist ` folder.<br >
14+ before running this first run ` npm run build ` .
15+
916### ` npm run build `
1017
1118builds the application for production to the ` dist ` folder inside directory.<br >
You can’t perform that action at this time.
0 commit comments