Skip to content

Commit 9b35d54

Browse files
committed
Initial commit
0 parents  commit 9b35d54

11 files changed

+3799
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# production
7+
/build
8+
9+
# misc
10+
.DS_Store
11+
.env
12+
npm-debug.log*
13+
yarn-debug.log*
14+
yarn-error.log*
15+

package.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "fluent-website",
3+
"version": "0.1.0",
4+
"private": true,
5+
"devDependencies": {
6+
"react-scripts": "0.9.0"
7+
},
8+
"dependencies": {
9+
"brace": "^0.9.1",
10+
"react": "^15.4.2",
11+
"react-dom": "^15.4.2"
12+
},
13+
"scripts": {
14+
"start": "react-scripts start",
15+
"build": "react-scripts build",
16+
"test": "react-scripts test --env=jsdom",
17+
"eject": "react-scripts eject"
18+
}
19+
}

public/favicon.ico

14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)