Used with Python 3.6 and above.
$ pip install -r requirements.txt
$ cd vue/anagramme
$ npm installInstead of npm, you can use yarn.
$ pip install -r requirements.txt
$ cd vue/anagramme
$ yarn installOpen a terminal.
$ python run.py
Open an other terminal.
$ cd vue/anagramme
$ npm run # or yarn serve
