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