initialized create-react-app@1.4.0

This commit is contained in:
Alexander Wong
2017-08-29 15:29:44 -06:00
parent 63b856573a
commit f1972b5e46
14 changed files with 6814 additions and 30 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}