Go to file
2021-06-30 19:49:58 +03:00
.vscode added tests 2021-06-29 03:26:23 +03:00
src added ending game to mancala 2021-06-30 19:27:38 +03:00
tests added ending game to mancala 2021-06-30 19:27:38 +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 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