ciaran-phillips / jumble-word-app

Simple angular 1.x app for an interview process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running locally

  1. Install dependencies:

npm install

  1. Run the webpack dev server

npm run serve

The game will be accessible at http://localhost:8080. It's currently binding to 0.0.0.0 instead of 127.0.0.1, so it should be available at localhost even if you're running it within a VM (provided port 8080 is forwarded).

Building for deployment

npm run build

About

Simple angular 1.x app for an interview process


Languages

Language:JavaScript 58.8%Language:HTML 33.5%Language:CSS 7.7%