Skip to content

Commit f7d5df0

Browse files
committed
Folder Renamed
1 parent 3532152 commit f7d5df0

File tree

398 files changed

+381
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+381
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Lesson10/Activity16/package.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "activities",
3+
"version": "1.0.0",
4+
"description": "Lesson 10 Activities",
5+
"main": "index.js",
6+
"scripts": {
7+
"serve": "parcel serve",
8+
"activity1": "parcel serve activity-1-on-checkout-prop-start.html",
9+
"activity1:solution": "parcel serve activity-1-on-checkout-prop.html",
10+
"activity2": "node activity-2-items-selector-test-start.js",
11+
"activity2:solution": "node activity-2-items-selector-test.js",
12+
"activity3": "concurrently --names GraphQL,React \"node activity-3-bff.js\" \"parcel serve activity-3-app-start.html\"",
13+
"activity3:solution": "concurrently --names GraphQL,React \"node activity-3-bff.js\" \"parcel serve activity-3-app.html\""
14+
},
15+
"author": "Hugo Di Francesco",
16+
"license": "MIT",
17+
"dependencies": {
18+
"concurrently": "^4.1.2",
19+
"parcel-bundler": "^1.12.3",
20+
"react": "^16.9.0",
21+
"react-dom": "^16.9.0",
22+
"react-redux": "^7.1.1",
23+
"redux": "^4.0.4",
24+
"redux-thunk": "^2.3.0"
25+
}
26+
}

Lesson10/Activity17/package.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "activities",
3+
"version": "1.0.0",
4+
"description": "Lesson 10 Activities",
5+
"main": "index.js",
6+
"scripts": {
7+
"serve": "parcel serve",
8+
"activity1": "parcel serve activity-1-on-checkout-prop-start.html",
9+
"activity1:solution": "parcel serve activity-1-on-checkout-prop.html",
10+
"activity2": "node activity-2-items-selector-test-start.js",
11+
"activity2:solution": "node activity-2-items-selector-test.js",
12+
"activity3": "concurrently --names GraphQL,React \"node activity-3-bff.js\" \"parcel serve activity-3-app-start.html\"",
13+
"activity3:solution": "concurrently --names GraphQL,React \"node activity-3-bff.js\" \"parcel serve activity-3-app.html\""
14+
},
15+
"author": "Hugo Di Francesco",
16+
"license": "MIT",
17+
"dependencies": {
18+
"concurrently": "^4.1.2",
19+
"parcel-bundler": "^1.12.3",
20+
"react": "^16.9.0",
21+
"react-dom": "^16.9.0",
22+
"react-redux": "^7.1.1",
23+
"redux": "^4.0.4",
24+
"redux-thunk": "^2.3.0"
25+
}
26+
}

0 commit comments

Comments
 (0)