Timetracker software for the medi company
A highly scalable, offline-first software with the best DX
and a focus on performance and best practices
Created by zebbra AG and maintained with ❤️
by an amazing team of developers.
Keywords: React.js, Redux, Hot Reloading, ESNext, Babel, react-router,
Offline First, ServiceWorker, styled-components
, redux-saga, FontFaceObserver
- Move to the appropriate directory:
cd frontend
. - Run
npm run setup
in order to install dependencies and clean the git repo.
We auto-detectyarn
for installing packages by default, if you wish to forcenpm
usage do:USE_YARN=false npm run setup
At this point you can runnpm start
to see the app athttp://localhost:3000
.
- Overview: A short overview of the included tools
- Commands: Getting the most out of this software
- Testing: How to work with the built-in test harness
- Styling: How to work with the CSS tooling
- Your app: Supercharging your app with Routing, Redux, simple asynchronicity helpers, etc.
SENTRY_PUBLIC_DSN
public sentry dsn key for unhandled client side javascript exceptionsSENTRY_DSN
private sentry dsn key for express serverTIMETRACKER_BACKEND_URL
url of the backend
This project is licensed under the MIT license, Copyright (c) 2017 zebbra AG.
For more information see LICENSE.md
.