- React.js
- Node.js
- MongoDB
- Docker
Deckr is a Deck Builder & Manager for Clash Royale made with React.js & Node.js for learning. React Hooks and Yarn Workspaces was used in this project.
- clone this project.
- type
docker container run --name mongodb -p 27017:27017 -d mongo:latest
to install the mongo database - type
sudo yarn
oryarn
on terminal to install its dependencies. - type
yarn start
- enjoy it!