frontend: working monorepo layout with CRA + web-scripts deps, without individual builds

This commit is contained in:
Patrik Oldsberg
2020-02-02 18:28:09 +01:00
parent d7ea1d4740
commit 49c7e5a605
52 changed files with 4128 additions and 749 deletions
+7
View File
@@ -0,0 +1,7 @@
**/node_modules/**
**/dist/**
**/storybook-static/**
**/coverage/**
**/build/**
**/.git/**
**/public/**