quartz next billion
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.
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/.