DakaraProject / dakara-client-web

Web client for the Dakara Project
MIT License
5 stars 1 forks source link

#108 Recreate project with create-react-app #109

Closed Nadeflore closed 4 years ago

Nadeflore commented 4 years ago

This changes the project structure to use the default react-create-app configuration.

Fix #108, fix #104, fix #101.

In order to make this work, the following changes has been made to the code:

Bonus:

Remaining things to do:

Neraste commented 4 years ago

Can we be sure that the following dependencies are still listed and used:

Nadeflore commented 4 years ago

sprintfs-js is a dependency of argparse. This explains why it still worked event with the dependency removed. I re-added it. about post-css, it is used by "autoprefixer" which is a depency added by react-scripts

Neraste commented 4 years ago

When testing the new workflow, songs in library cannot be expanded anymore.