Skip to content

cargilltay/P5.js-GemTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P5.js-GemTD

Local Development

In order to get around cors issues regarding local files, you must setup a local server for local development. Just 3 simple steps:

  1. Download and Install node.js

  2. Open a terminal or command prompt (on Windows you might need to open the command prompt as admin)

  3. In the terminal type:

    npm install -g http-server
    

Done!

From then on just cd to the folder that has the files you want to serve and type

http-server

Then point your browser at http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published