Skip to content

SBUtltmedia/orange-game

Repository files navigation

orange-game

Written in React

Development usage

npm install
npm start

Use gulp tests to run the tests, and gulp watch to repeatedly run the tests.

Production build

npm run build:prod

Then copy the files index.html, main.css, favicon.ico and the static directory to the production server.