Added modules with actions, reducer, selectors and structured style

This commit is contained in:
2020-03-26 04:05:20 +05:30
parent fc92e9564b
commit f92cfbb7fe
57 changed files with 3274 additions and 115 deletions

View File

@@ -55,9 +55,9 @@ module.exports = {
appBuild: resolveApp('build'),
appPublic: resolveApp('public'),
appHtml: resolveApp('public/index.html'),
appIndexJs: resolveModule(resolveApp, 'src/index'),
appIndexJs: resolveModule(resolveApp, 'src/app/main'),
appPackageJson: resolveApp('package.json'),
appSrc: resolveApp('src'),
appSrc: resolveApp('src/app'),
appTsConfig: resolveApp('tsconfig.json'),
appJsConfig: resolveApp('jsconfig.json'),
yarnLockFile: resolveApp('yarn.lock'),