Skip to content

Commit db8b809

Browse files
committed
initial final code
0 parents  commit db8b809

File tree

2,764 files changed

+261847
-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.

2,764 files changed

+261847
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 4
8+
indent_style = space
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.{js,css,html}]
13+
indent_size = 4

app.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "React Tutorial Server",
3+
"description": "Code from the React tutorial",
4+
"keywords": [ "react", "reactjs", "tutorial" ],
5+
"repository": "https://github.com/reactjs/react-tutorial",
6+
"logo": "https://facebook.github.io/react/img/logo.svg",
7+
"website": "http://facebook.github.io/react/docs/tutorial.html",
8+
"success_url": "/",
9+
"env" : {
10+
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-nodejs.git"
11+
}
12+
}

babel-server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require("babel-register");
2+
require('./server.js');

comments.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"id": 1,
4+
"author": "Cory Brown",
5+
"text": "My 2 scents"
6+
},
7+
{
8+
"id": 2,
9+
"author": "Jared Anderson",
10+
"text": "Let me put it this way. You've heard of Socrates? Aristotle? Plato? Morons!"
11+
},
12+
{
13+
"id": 3,
14+
"author": "Matt Poulson",
15+
"text": "It's just a function!"
16+
},
17+
{
18+
"id": 4,
19+
"author": "Bruce Campbell",
20+
"text": "Fish in a tree? How can that be?"
21+
},
22+
{
23+
"id": 1453305605893,
24+
"author": "Luke",
25+
"text": "Rey, I am your father!"
26+
},
27+
{
28+
"id": 1453305630315,
29+
"author": "Rey",
30+
"text": "Wait, what?"
31+
},
32+
{
33+
"id": 1453305706756,
34+
"author": "Luke",
35+
"text": "I'm your father, was that not clear?"
36+
},
37+
{
38+
"id": 1453305724516,
39+
"author": "Rey",
40+
"text": "No, it's just, are you sure?"
41+
},
42+
{
43+
"id": 1453305735539,
44+
"author": "Luke",
45+
"text": "Pretty sure."
46+
},
47+
{
48+
"id": 1453305774609,
49+
"author": "Rey",
50+
"text": "Cuz I didn't think we were going to know until at least Episode VIII"
51+
},
52+
{
53+
"id": 1453307836631,
54+
"author": "Tony",
55+
"text": "I love react!"
56+
},
57+
{
58+
"id": 1453328891247,
59+
"author": "Jason",
60+
"text": "React baby!"
61+
}
62+
]

node_modules/.bin/babylon

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/detect-indent

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/jsesc

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/json5

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/mime

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/mkdirp

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/regjsparser

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/repeating

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/user-home

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/accepts/HISTORY.md

Lines changed: 170 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/accepts/LICENSE

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)