A digital remake of the puzzle-game RushHour. As the player, it's your job to guide the red car out of the maze.
- npm
- install dependencies:
npm install
- This project uses: TypeScript, HTML, and SASS
- Package manager: npm
- Testing framework: Jest
- Build-tool: Webpack
- Server: webpack-dev-server
npm start
will start a devserver and expose the app on localhost:8080npm run test
will run the unit testsnpm run lint
will run the linternpm run build
will bundle the application for production