Skip to content

Latest commit

 

History

History
executable file
·
26 lines (15 loc) · 831 Bytes

README.md

File metadata and controls

executable file
·
26 lines (15 loc) · 831 Bytes

#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