Skip to content

Commit 4d76c02

Browse files
author
Nir Maoz
authored
Update sample app dependencies (#202)
* Use latest CRA in sample app * Use latest upload widget
1 parent e2188f5 commit 4d76c02

25 files changed

+11877
-1343
lines changed

samples/photo_album/.editorconfig

Lines changed: 0 additions & 15 deletions
This file was deleted.

samples/photo_album/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SKIP_PREFLIGHT_CHECK=true

samples/photo_album/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
44
/node_modules
5+
/.pnp
6+
.pnp.js
57

68
# testing
79
/coverage

samples/photo_album/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ There are 2 settings you need to change for this demo to work. Copy or rename `s
1818

1919
## Setup ##
2020

21-
Run `npm install` to install the required dependencies for this module.
21+
Run `yarn` to install the required dependencies for this module.
2222

2323
## Running ##
2424

25-
Run `npm start` to start the server and automatically open a browser and navigate to the application's url.
25+
Run `yarn start` to build the app and serve it using a local server.
2626

27-
The application is deployed at http://localhost:3000/
27+
The application is deployed at http://localhost:5000/
2828

2929
## Internals ##
30-
This sample is using [Webpack](https://webpack.github.io) for bundling and serving the application.
30+
This sample was created using [CRA](https://github.com/facebook/create-react-app).
3131

3232
### Sample main components ###
3333

samples/photo_album/config/env.js

Lines changed: 0 additions & 90 deletions
This file was deleted.

samples/photo_album/config/jest/cssTransform.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

samples/photo_album/config/jest/fileTransform.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

samples/photo_album/config/paths.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

samples/photo_album/config/polyfills.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)