Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 288 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 288 Bytes

#Simon game

This is a Simon game created as a FreeCodeCamp project.

Technologies used:

  • ES2015
  • Webpack
  • Gulp
  • PIXI.js
  • jQuery
  • ESLint

#Build instructions npm install

npm run gulp static webpack

For production builds, set NODE_ENV=production as an environment variable.