Skip to content

The Matching pairs memory game implemented with Vue.js(v3.4.21), Vuex(v4.1.0), Typescript, Express.js, Node.js(v14.16.0), MongoDB, Mongoose, Firebase and REST-API.

Notifications You must be signed in to change notification settings

lojito/vue-matching-pairs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development:

Open a terminal and have typescript watch for changes in the server directory and compile them automatically.

cd server

tsc -w

Open a second terminal and start the express API server.

cd server\dist

nodemon app.js

Open a third terminal and start the development server.

cd client

npm run serve

Build for Deployment:

Build out the static assets from the development environment and put it into the server/public directory

cd client

npm run build

Play the game:

game-demo.mp4

About

The Matching pairs memory game implemented with Vue.js(v3.4.21), Vuex(v4.1.0), Typescript, Express.js, Node.js(v14.16.0), MongoDB, Mongoose, Firebase and REST-API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published