Project works fine on Ubuntu 16.04 (64 bit). So the following instructions are given with Ubuntu in mind. (Project can be compiled on Windows, but instructions are not included)
-
Clone the project and move to the directory
-
Install the node modules (You may need to give sudo permissions for it)
$ npm install
-
Start the server
$ sails lift
Go to http://localhost:1337/.