Building the 2048 game.
- Vue , JS and build tools.
- package manager : npm.
- webpack bundler. - prod Build: npm run build. - dev build : npm run build:dev
- Babel v7
- flow for typesystem.
- prettier and eslint for static analysis.
- husky and lint-staged for check point at the commit.
- jest : used for unit and integration test.