Go to file
2022-07-15 21:44:16 +03:00
.vscode added tests 2021-06-29 03:26:23 +03:00
src refactor index.ts 2022-07-15 21:44:16 +03:00
tests update tests and mancala version 2022-05-12 23:20:53 +03:00
.dockerignore add Dockerfile 2022-07-09 14:40:56 +03:00
.gitignore add GameCrashManager 2022-05-06 00:46:32 +03:00
build_and_deploy.sh add build_and_deploy.sh 2022-05-06 12:32:20 +03:00
Dockerfile add Dockerfile 2022-07-09 14:40:56 +03:00
jest.config.js added tests 2021-06-29 03:26:23 +03:00
package.json v0.1.3-beta.6 2022-07-09 17:18:49 +03:00
README.md express hello world 2021-06-27 01:41:52 +03:00
tsconfig.json excluded the tests folder due typescript rootDir error 2021-06-30 19:49:58 +03:00

How To Start

Development

npm run dev

Release

npm run build
npm start