hedgedoc/src
Philip Molares d0fc96b929
rework how the frontend is started (#361)
renamed frontend-config to api-url
renamed backend-config to config
removed api call to set frontend-config as the frontend either know where the backend is as it is delivered by it or get's this information via the enviroment variable REACT_APP_BACKEND
always start the client on Port 3001 as the backend will run on 3000 during development. changed the port on multiple occasions to accommodate for this
added package.json script 'start:dev'
changed README to better explain how to run backend and frontend side-by-side
2020-07-29 22:58:01 +02:00
..
api rework how the frontend is started (#361) 2020-07-29 22:58:01 +02:00
components rework how the frontend is started (#361) 2020-07-29 22:58:01 +02:00
external-types Add YAML-metadata for notes and change the document title accordingly (#310) 2020-07-18 22:17:36 +02:00
global-style Add toc sidebar+dropdown (#272) 2020-06-29 17:51:40 +02:00
redux rework how the frontend is started (#361) 2020-07-29 22:58:01 +02:00
utils rework how the frontend is started (#361) 2020-07-29 22:58:01 +02:00
index.tsx added redirector component (#199) 2020-06-13 00:29:39 +02:00
react-app-env.d.ts imported current state of the mockup into the public repo 2020-05-14 15:41:38 +02:00
service-worker.ts better linting (#72) 2020-05-27 15:43:28 +02:00
setup-tests.ts better linting (#72) 2020-05-27 15:43:28 +02:00
version.json Add version info (#80) 2020-05-29 13:08:59 +02:00