Skip to content

joshuajnoble/qnb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8ae26f · May 18, 2015
Jun 1, 2014
Jun 2, 2014
Jun 1, 2014
May 27, 2014
Jun 1, 2014
May 28, 2014
May 18, 2015
Jun 1, 2014
Jun 2, 2014
Jun 2, 2014
Jun 2, 2014
May 31, 2014
May 28, 2014
Jun 2, 2014

Repository files navigation

qnb

quartz next billion

Installation

You need Node.js v0.10+ installed. If you do not have it installed, visit Node's download page

With Node.js installed, open Terminal application change the working directory to the root of the project:

cd path/to/project/root

Now install the project dependencies with the following command in Terminal:

npm install

You should now have all the neccesary dependencies to develop and beploy the application.

Running the Project

Open Terminal and change the working directory to the root of the project:

cd path/to/project/root

Now start the application by typing the followin into Terminal:

npm start

NOTE: to stop the server, press control+c with the Termainl window in focus.

With the server running, you can now view the application at http://localhost:8080/.