My attempt to build the famous game 2048 in Vanilla TypeScript.
npm install
- Start development server:
npm run dev - Run tests:
npm run test - Create production build:
npm run build - Serve production build:
npm run preview
Vite and TypeScript
- Pierre-Alain Castella - Initial work - metapho-re
This project is licensed under the MIT License - see the LICENSE file for details.