A dockerized react application for Mario maze game.
- Select the the dimensions of the maze grid.
- Try to collect all mushrooms in minimum number of steps.
- Voila! Your score is displayed along with your status when you clear the field.
- Fork and clone using
git clone
npm install
in root directory to install dependencies.npm run start
to start the development server with file watch mode on.- Make changes and see your results instantly on
localhost:3000
.
docker pull shashabot/react_maze_image-prod
- Fork and clone your forked repository.
- Run
npm run docker:prod:run
for production build.
Use npm run lint
to start it manually.
Note: Automatic linting set up with React Webpack dev server with "ESLint" and "Prettier".