This is a full-stack web application for playing klondike solitaire games.
- ReactJS
- Webpack/ Babel
- NodeJS + Express
- MongoDB
- Redis
- Mocha
- Amazon AWS (EC2)
- Install MongoDB and Redis on your local machine, and launch them first.
- Clone this repo. Under the directory of the local repo, run the following commands:
npm install
npm run build
npm run start
- Open the browser and go to localhost:8080.