Skip to content

Maxenceee/maze_solver_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver Nodejs

Maze solver fully in Vanilla Javascript and running on Node.JS server.

Try it here!

Usage

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.

Releases

No releases published

Packages

No packages published