web app - basic theme

This commit is contained in:
Jan Prochazka
2019-12-26 22:25:28 +01:00
parent a91853d0cd
commit 43bc6a719c
9 changed files with 225 additions and 244 deletions

View File

@@ -10,7 +10,8 @@
"cross-env": "^6.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
"react-scripts": "3.3.0",
"styled-components": "^4.4.1"
},
"scripts": {
"start": "cross-env PORT=5000 react-scripts start",