-
- Downloads
init react integration
Showing
- .env 3 additions, 0 deletions.env
- .gitignore 14 additions, 3 deletions.gitignore
- README.md 5 additions, 0 deletionsREADME.md
- oser_cs/frontend/.gitignore 21 additions, 0 deletionsoser_cs/frontend/.gitignore
- oser_cs/frontend/README.md 2229 additions, 0 deletionsoser_cs/frontend/README.md
- oser_cs/frontend/package-lock.json 10133 additions, 0 deletionsoser_cs/frontend/package-lock.json
- oser_cs/frontend/package.json 16 additions, 0 deletionsoser_cs/frontend/package.json
- oser_cs/frontend/public/favicon.ico 0 additions, 0 deletionsoser_cs/frontend/public/favicon.ico
- oser_cs/frontend/public/index.html 40 additions, 0 deletionsoser_cs/frontend/public/index.html
- oser_cs/frontend/public/manifest.json 15 additions, 0 deletionsoser_cs/frontend/public/manifest.json
- oser_cs/frontend/src/App.css 28 additions, 0 deletionsoser_cs/frontend/src/App.css
- oser_cs/frontend/src/App.js 21 additions, 0 deletionsoser_cs/frontend/src/App.js
- oser_cs/frontend/src/App.test.js 8 additions, 0 deletionsoser_cs/frontend/src/App.test.js
- oser_cs/frontend/src/index.css 5 additions, 0 deletionsoser_cs/frontend/src/index.css
- oser_cs/frontend/src/index.js 8 additions, 0 deletionsoser_cs/frontend/src/index.js
- oser_cs/frontend/src/logo.svg 7 additions, 0 deletionsoser_cs/frontend/src/logo.svg
- oser_cs/frontend/src/registerServiceWorker.js 108 additions, 0 deletionsoser_cs/frontend/src/registerServiceWorker.js
- oser_cs/oser_cs/settings/default.py 34 additions, 24 deletionsoser_cs/oser_cs/settings/default.py
- oser_cs/oser_cs/templates/base.html 0 additions, 34 deletionsoser_cs/oser_cs/templates/base.html
- oser_cs/oser_cs/templates/index.html 0 additions, 13 deletionsoser_cs/oser_cs/templates/index.html
.env
0 → 100644
oser_cs/frontend/.gitignore
0 → 100644
oser_cs/frontend/README.md
0 → 100644
This diff is collapsed.
oser_cs/frontend/package-lock.json
0 → 100644
This diff is collapsed.
oser_cs/frontend/package.json
0 → 100644
oser_cs/frontend/public/favicon.ico
0 → 100644
3.78 KiB
oser_cs/frontend/public/index.html
0 → 100644
oser_cs/frontend/public/manifest.json
0 → 100644
oser_cs/frontend/src/App.css
0 → 100644
oser_cs/frontend/src/App.js
0 → 100644
oser_cs/frontend/src/App.test.js
0 → 100644
oser_cs/frontend/src/index.css
0 → 100644
oser_cs/frontend/src/index.js
0 → 100644
oser_cs/frontend/src/logo.svg
0 → 100644
oser_cs/oser_cs/templates/base.html
deleted
100644 → 0
oser_cs/oser_cs/templates/index.html
deleted
100644 → 0