An implementation of Coder Projects' Pop-up Penguins Game.
Part of ✨ 100 JavaScript Projects ✨
- Clone this repo:
git clone https://github.com/jessabean/whack-a-penguin.git - Install npm dependencies:
npm install - Compile assets and run server:
gulp - View the project at http://localhost:3000/
- Run tests:
npm test