Wolvan
862fe9d2f2
Allow browser JS to be written for the frontend
...
ESLint in this project is by default configured to lint NodeJS
source code. The `./frontend` folder contains browser source code
though, so a new `.eslintrc` sets that for the frontend folder.
2022-01-01 04:06:20 +01:00
Wolvan
5f9f2efee7
Continue refining frontend for poll creation
2021-12-29 19:46:47 +01:00
Wolvan
2db013c204
Begin designing the UI
2021-12-29 19:22:38 +01:00
Wolvan
e83766309a
First steps towards functional frontend
...
Polls and their results can now be accessed as long as they are found on
the backend.
2021-12-29 18:21:22 +01:00
Wolvan
8c3001042b
Build frontend loader system
...
A custom server-side renderer is used to deliver pages to the client
with values defined on load. This makes templating easier.
2021-12-28 23:49:18 +01:00