ryanrossiter / cisc325-game

A prototype for the CISC 325 project, by "Group Name"

Home Page:http://ryanrossiter.com/cisc325-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CISC 325 RNG MMO Prototype

Building

Requirements:

  • NodeJS
  • npm

Installation: Clone the project and within the project directory run:

npm install

To start the webpack-dev-server run:

npm start

This will start a dev server that will build using webpack and serve it at http://localhost:3000

To create a new build (update bundle.js in assets/scripts) run:

npm run build

About

A prototype for the CISC 325 project, by "Group Name"

http://ryanrossiter.com/cisc325-game/


Languages

Language:JavaScript 100.0%Language:HTML 0.0%