File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ npm start
19
19
Then open [ http://localhost:3000/ ] ( http://localhost:3000/ ) to see your app.<br >
20
20
When you’re ready to deploy to production, create a minified bundle with ` npm run build ` .
21
21
22
- <img src =' https://camo.githubusercontent.com/506a5a0a33aebed2bf0d24d3999af7f582b31808/687474703a2f2f692e696d6775722e636f6d2f616d794e66434e2e706e67 ' width =' 600 ' alt =' npm start ' >
22
+ <p align =' center ' >
23
+ <img src =' https://cdn.rawgit.com/facebookincubator/create-react-app/6ab67e6b96457720d843aa3c557ff951a41bafc2/screencast.svg ' width =' 600 ' alt =' ' >
24
+ </p >
23
25
24
26
### Get Started Immediately
25
27
Original file line number Diff line number Diff line change 9
9
"postinstall" : " node bootstrap.js && cd packages/react-error-overlay/ && npm run build:prod" ,
10
10
"publish" : " tasks/release.sh" ,
11
11
"start" : " node packages/react-scripts/scripts/start.js" ,
12
+ "screencast" : " svg-term --cast hItN7sl5yfCPTHxvFg5glhhfp --out screencast.svg --window" ,
12
13
"test" : " node packages/react-scripts/scripts/test.js --env=jsdom" ,
13
14
"format" : " prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'" ,
14
15
"precommit" : " lint-staged"
19
20
"lerna" : " ^2.0.0" ,
20
21
"lerna-changelog" : " ^0.6.0" ,
21
22
"lint-staged" : " ^3.3.1" ,
22
- "prettier" : " 1.6.1"
23
+ "prettier" : " 1.6.1" ,
24
+ "svg-term-cli" : " ^2.0.3"
23
25
},
24
26
"lint-staged" : {
25
27
"*.js" : [
You can’t perform that action at this time.
0 commit comments