Go to file
2021-06-29 03:26:23 +03:00
.vscode added tests 2021-06-29 03:26:23 +03:00
src completed basic game flow 2021-06-29 03:26:12 +03:00
tests added tests 2021-06-29 03:26:23 +03:00
.gitignore express hello world 2021-06-27 01:41:52 +03:00
jest.config.js added tests 2021-06-29 03:26:23 +03:00
package-lock.json added tests 2021-06-29 03:26:23 +03:00
package.json added tests 2021-06-29 03:26:23 +03:00
README.md express hello world 2021-06-27 01:41:52 +03:00
tsconfig.json added tests 2021-06-29 03:26:23 +03:00

How To Start

Development

npm run dev

Release

npm run build
npm start