File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ npm start
1919Then open [ http://localhost:3000/ ] ( http://localhost:3000/ ) to see your app.<br >
2020When you’re ready to deploy to production, create a minified bundle with ` npm run build ` .
2121
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 >
2325
2426### Get Started Immediately
2527
Original file line number Diff line number Diff line change 99 "postinstall" : " node bootstrap.js && cd packages/react-error-overlay/ && npm run build:prod" ,
1010 "publish" : " tasks/release.sh" ,
1111 "start" : " node packages/react-scripts/scripts/start.js" ,
12+ "screencast" : " svg-term --cast hItN7sl5yfCPTHxvFg5glhhfp --out screencast.svg --window" ,
1213 "test" : " node packages/react-scripts/scripts/test.js --env=jsdom" ,
1314 "format" : " prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'" ,
1415 "precommit" : " lint-staged"
1920 "lerna" : " ^2.0.0" ,
2021 "lerna-changelog" : " ^0.6.0" ,
2122 "lint-staged" : " ^3.3.1" ,
22- "prettier" : " 1.6.1"
23+ "prettier" : " 1.6.1" ,
24+ "svg-term-cli" : " ^2.0.3"
2325 },
2426 "lint-staged" : {
2527 "*.js" : [
You can’t perform that action at this time.
0 commit comments