Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 372 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 372 Bytes

CineTerTer

Edit the code

Use $ npm run prettier to clean code using the Prettier language code formatter.

Running the app

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)