/shiritori

Shiritori game version 2

Primary LanguageTypeScript

Shiritori v2

To start the project clone the repo using

git clone https://github.com/skillgg/shiritori.git

then enter the folder

cd shiritori

and install the dependencies

npm run setup

Then run

npm start

to run both frontend and backend code!

npm run frontend

will launch the frontend code.

npm run backend

will launch the backend code.