- locate a desired folder (best-bank folder will be created inside it)
- in the command line type (assuming git is installed):
git pull https://github.com/Chris-crisur/best-bank.git
- if this requires a username/password use your GitHub account. If unsuccessfull, download the zip and extract to a "best-bank" folder.
- ensure nodejs is installed.
- in the best-bank folder type (excluding '$'):
$ npm install sails -g
$ npm install
$ npm update
$ bower install
- To run type:
$ sails lift
under the best-bank folder - In your browser go to http://localhost:1337