packages/react-scripts
config
jest
babelTransform.js +5 -0
webpack.config.dev.js +8 -1
webpack.config.prod.js +13 -1
scripts
init.js +7 -3
template
public
index.html +1 -1
manifest.json +2 -2
src
actions
hello.js +29 -0
hello.test.js +26 -0
components
Hello
Hello.js +39 -0
Hello.scss +17 -0
Hello.test.js +35 -0
index.js +1 -0
app
App.js +34 -0
App.scss +0 -0
App.test.js +3 -2
index.js +1 -0
logo.svg +0 -0
containers
AppContainer.js +31 -0
AppContainer.test.js +17 -0
services
hello.js +3 -0
hello.test.js +15 -0
store
index.js +7 -0
loading.js +58 -0
loading.test.js +156 -0
middleware.js +21 -0
middleware.test.js +14 -0
reducer.js +11 -0
reducer.test.js +8 -0
test
mock-store.js +6 -0
theme
index.scss +1 -0
utils
index.js +3 -0
index.test.js +8 -0
index.js +15 -5
registerServiceWorker.js +0 -51
.eslintrc.json +34 -0
.flowconfig +9 -0
.template.dependencies.json +13 -0
README.md +36 -1870
package-lock.json +7723 -0
package.json +21 -12
@@ -166,6 +166,7 @@ module.exports = {
@@ -192,6 +193,11 @@ module.exports = {
@@ -205,7 +211,7 @@ module.exports = {
@@ -214,6 +220,7 @@ module.exports = {
@@ -165,6 +165,7 @@ module.exports = {
@@ -190,6 +191,11 @@ module.exports = {
@@ -206,7 +212,7 @@ module.exports = {
@@ -220,6 +226,12 @@ module.exports = {
@@ -35,7 +35,8 @@ module.exports = function(
@@ -47,6 +48,8 @@ module.exports = function(
@@ -125,8 +128,9 @@ module.exports = function(