Skip to content

CIS580/tile-map-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tile-map-explorer

A HTML5 tile game starter

Getting Started

Clone the project, and install dependencies:

$ git clone https://github.com/CIS580/tile-map-explorer.git $ cd tile-map-explorer $ npm install

You can then run the project in development mode:

$ npm start

Which will serve a locally-hosted webpage at http://localhost:8080. Alternatively, you can build a distribution using:

$ npm run build

The resulting files in the dist folder can then be served using a webserver of your choice.

Releases

No releases published

Packages

No packages published