Skip to content

sandersiim/pacman-react

 
 

Repository files navigation

pacman-react

Pacman game created with react

Take a look to the Demo

pacman

INSTALLATION DEPENDENCES

yarn

USAGE

The following commands are available in your project:

# Start for development
yarn start

# Just build the dist version and copy static files
yarn build

# Run unit tests
yarn test

# Auto-run unit tests on file changes
yarn test:watch

# To debug in chrome

# Place a debugger; statement in any of your tests, and then, in your project's directory, run:
node --inspect-brk node_modules/.bin/jest --runInBand [any other arguments here]

# To debug in Google Chrome (or any Chromium-based browser), simply open your browser and go to chrome://inspect and click on "Open Dedicated DevTools for Node",

# Lint all files in src (also automatically done AFTER tests are run)
yarn lint

About

Pacman game created with react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.0%
  • CSS 46.4%
  • HTML 2.6%