Skip to content

Commit 75670b3

Browse files
committed
first commit
0 parents  commit 75670b3

File tree

13 files changed

+19868
-0
lines changed

13 files changed

+19868
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
*/node_modules

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v5.4.0

1-basic-react/package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "react-tutorials",
3+
"version": "0.0.0",
4+
"description": "",
5+
"main": "webpack.config.js",
6+
"dependencies": {
7+
"babel-loader": "^6.2.0",
8+
"babel-plugin-add-module-exports": "^0.1.2",
9+
"babel-plugin-react-html-attrs": "^2.0.0",
10+
"babel-plugin-transform-class-properties": "^6.3.13",
11+
"babel-plugin-transform-decorators-legacy": "^1.3.4",
12+
"babel-preset-es2015": "^6.3.13",
13+
"babel-preset-react": "^6.3.13",
14+
"babel-preset-stage-0": "^6.3.13",
15+
"react": "^0.14.6",
16+
"react-dom": "^0.14.6",
17+
"webpack": "^1.12.9",
18+
"webpack-dev-server": "^1.14.1"
19+
},
20+
"devDependencies": {},
21+
"scripts": {
22+
"dev": "./node_modules/.bin/webpack-dev-server --content-base src --inline --hot",
23+
"test": "echo \"Error: no test specified\" && exit 1"
24+
},
25+
"author": "",
26+
"license": "ISC"
27+
}

1-basic-react/src/Funding Plan.pdf

3.36 KB
Binary file not shown.

0 commit comments

Comments
 (0)