martijnlammers / TMI

TMI is a general purpose application to track any sort of data. User defined metrics are set up in a dashboard which can be accessible for reading and updating data.
https://martijnlammers.github.io/TMI/
0 stars 0 forks source link

Setup a "hello world" frontend project. #2

Open martijnlammers opened 2 months ago

martijnlammers commented 2 months ago

To create the frontend, we want to make a react project as this is a very popular framework which is being used by a lot of companies.

Specifically, we use the flavour Next.js for automatic Typescript support and integrated ES lint out of the box.

DoD:

martijnlammers commented 2 months ago

Please specify either yarn or node, not both. Remove the unused dependency manager from the install instructions.

martijnlammers commented 2 months ago

Add bun, remove node for package manager, update README