Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 412 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 412 Bytes

Deck of Playing Cards App


Version 1.0.0

Run app locally

  • run the following commands:
    • git clone https://github.com/Elaniobro/deck-of-cards.git
    • npm install
    • nodemon app.js
  • Open your favortie web browser and navigate to your localhost

ToDo:

  • Add jest unit test
  • Add Webpack
    • Add support for less
  • Add eslint
  • Add stylelint