You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From: getting-started guide
node: v6.9.5
yarn: 0.21.3
(Presumably I pulled the master branch here in the next step)
Installed: git clone -o react-starter-kit -b master --single-branch https://github.com/kriasoft/react-starter-kit.git react-app
Next step: yarn install
Finally: yarn start
OS: Windows 7 Professional 64-bit
IE URL automatically started: http://localhost:3001/
Bring up second URL for browserSync: http://localhost:3002/
Refreshing first tab and visiting second indicates that IE - (11.0) is attached.
Bring up http://IPADDRESS:3001/ from iPad.
browserSync indicates Mobile Safari - (9.0) is attached.
With everything running, edit src\components\Header\Header.js to change the title
Note that Safari on the iPad instantly updates with the new information
Note that IE 11 does not.
Press F5 on IE 11 and see the update.
Return to browserSync tab and verify that both browsers are still listed.
The text was updated successfully, but these errors were encountered:
From: getting-started guide
node: v6.9.5
yarn: 0.21.3
(Presumably I pulled the
master
branch here in the next step)Installed:
git clone -o react-starter-kit -b master --single-branch https://github.com/kriasoft/react-starter-kit.git react-app
Next step:
yarn install
Finally:
yarn start
OS: Windows 7 Professional 64-bit
IE URL automatically started: http://localhost:3001/
Bring up second URL for
browserSync
: http://localhost:3002/Refreshing first tab and visiting second indicates that
IE - (11.0)
is attached.Bring up http://IPADDRESS:3001/ from iPad.
browserSync indicates
Mobile Safari - (9.0)
is attached.src\components\Header\Header.js
to change the titleThe text was updated successfully, but these errors were encountered: