Skip to content

juliocanares/pixi-magazine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#How to build

demo

Pixi Magazine is build on top of static server that run a node.js server to execute the application.

Magazine

You need to have node.js and npm installed to run the project also you need grunt.js to run the tasks , when you are already go to install all the dependencies running.

sudo npm install

Now you need to run grunt, just go to root of the project and run

grunt

Then, you will be able to run the server with the next command

node server.js

By default you need to go to http://127.0.0.1:3000 but you can pass an specific port running.

PORT=8080 node server.js

About

Magazine built with pixi.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published