Skip to content

tbilbe/Virtual-Pet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-Pet Application 😼 🙀

Creation of a virtual pet that doesnt :poop everywhere! Hence no clean-up!

💥

Getting Started

Fork and clone the Repo for development purposes. For testing we use Jest.

See deployment for notes on how to deploy the project on a live system.

Prerequisites

Jest testing framework

npm install -D jest

Installing

Initialise a node project from the command line

npm init virtual-pet

add the Jest test framework to the package.json

also intalled es-lint with a mcr-codes flavouring (thats how you spell it in the UK!) .eslintrc file

{
  "extends": [
    "mcr-codes"
  ]
}
"scripts": {
    "test": "jest"
  },

Author

Tom Bilbe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors