#Prerequisites#
- Sails.js (See https://github.com/balderdashy/sails)
- Ember Tools (See https://github.com/rpflorence/ember-tools)
- Twitter Bootstrap (See http://twitter.github.io/bootstrap/index.html)
#Steps#
- Create a new Sails application via
sails new <appName>
. - Change your working directory to the root directory of the new Sails application via
cd <appName>
. - Create an Ember application with Ember Tools via
create-ember.sh
. - Unzip the Twitter Bootstrap package into
./bootstrap
.