Use $ npm run prettier
to clean code using the Prettier language code formatter.
In a linux terminal, simultaneously run :
$ ./run.sh
(This will start the developpement flask server)
and
$ npm run build
(This will compile the jsx files from the ./src
folder into js files in the ./public/scripts
folder)