web application template
-
Install Nodejs LTS version for your platform from https://nodejs.org/en/download/
Note that package managers do not necesserily install LTS version.
-
Run the following:
$ cd ~
$ wget https://github.com/Argentalas/serverjs/archive/master.zip
$ unzip master.zip
$ mv serverjs-master MyWebApp
$ cd MyWebApp
$ npm install bcrypt
You might want to delete master.zip after.
-
Edit config.json
Fill in your ip, port, application name.