Skip to content

p4dd9/wh-gamejam

Repository files navigation

AirConsole Boilerplate

Installation

To get started it is required to install both NodeJS and NPM. It is recommended to use nvm for version managed. The required NodeJS version is stated in nvmrc.

Verify the correct version is installed by typing node -v, npm -v which prints the version in use.

Run npm install. On success a node_modules folder containing all installed packages defined in package.json is created.

Scripts

Builds the project and exports files into the /dist/ directory which contains all necessary build files.

npm run build

Watch src files and runs webpack to export files accordingly to changes.

npm run watch

Runs a dev server on port 8887 defined in webpack.config.js and reloads the browser on /dist/ changes.

npm run serve

Technologies used

  • TypeScript
  • CSS
  • PhaserJS
  • AirConsole
  • NodeJS
  • NPM
  • webpack
  • prettier

Noteworthy

NodeJS
NPM
AirConsole | Get Started
PhaserJS | Get Started