Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 348 Bytes

alt text

Getting Started

  1. Clone the repo:

    git clone https://github.com/naklic0der/Polygon_GAME.git
    
  2. Install dependencies:

    npm install
    
  3. Run webpack:

    npm start
    

The Game should open up automatically at http://localhost:3000.