UNPKG

klondike

Version:

npm guide for beginner

12 lines (9 loc) 562 B
# Welcome klondike game! # This game is written using pixi.js and tween.js ## Application installation procedure: 1. Download node.js from the official site https://nodejs.org/en/ and install 2. Verify that you have a version node.js installed v12.16.1 and npm version 6.13.4 with the command: ```node -v``` и ```npm -v``` 3. Download the repository to the directory you need 4. Installing the npm package to the folder with the command: ```npm i klondike``` 5. Start the application with the command: ```npm start``` 6. Run http://localhost:7700/