Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 272 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 272 Bytes

Snake and Ladder Game in ReactJs

Steps to Run The Project

  • To Run the Project first use npm i to install all the dependencies.
  • Now Run the Project in Dev mode with npm run dev .

Steps to build the project

  • To Build the Project run npm run build