Maze solver fully in Vanilla Javascript and running on Node.JS server.
Clone this project and open current directory into a terminal, then install dependencies by running:
npm install
After installing the dependencies, start the project by running:
npm start
App will be available on localhost at specified port in the bin/www file (> defaultPort) or you can specify it in an environment file .env
.