mglaman / contribkanban.com

ContribKanban.com - turning Drupal.org issue queues into kanban boards to better Drupalkind
http://contribkanban.com/
GNU General Public License v2.0
62 stars 23 forks source link

Migrate from create-react-app to Vite #428

Closed mglaman closed 3 months ago

mglaman commented 7 months ago

The frontend was launched using create-react-app, which at the time was "the way" to build a React application. Times have changed. Moving to Vite may make an easier build process with fewer dependencies.

An alternative is to move the frontend to Next.js, but that is a larger effort.

Links