https://reversed-spyder-solitaire.herokuapp.com/
- ReactJS
- Styled Components
- React Beautiful DND (Drag and Drop)
- Jest
- Cypress
- ESLint
- Heroku
- Clone project
git clone https://github.com/alibalbars/reversed-spider-solitaire-ali-balbars.git
# install dependencies
npm install
# start with hot reload at localhost:3000
npm start
# build for production with minification
npm run build