Skip to content

Luwangel/15-puzzle-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15-puzzle-vue

Play the 15 Puzzle everywhere.

Demo - Help - Contribute

15-puzzle-vue-demo

Setup & Development

Tip: Type make help to see all the available commands.

Before starting, you should know that this repository is based on Yarn. This is mostly motivated by the usage of workspaces to split the code wisely.

First Installation

Install all dependencies with make install.

Run Development Server

Start the development server with make run. The website is available at localhost:8080.

Tests

The core application is tested. Run the tests using make test.

Build & Deployment

Generate the static site under the public directory with make build.