Skip to content

Getting Started

Paul Makles edited this page Oct 22, 2017 · 1 revision

Requirements

  • NodeJS (6.11.4 or above)
  • NPM
  • Git *[optional]

Download and Install

git clone https://github.com/mcrocks999/solder.js.git
cd solderjs
npm i

Now edit the file in /path/to/app/solderjs/config.js and change any necessary configuration. More information available here!

Running solder.js

You can start solder.js with:

node ./app.js

Clone this wiki locally