1.Install the correct Windows SDK from here for the Node modules requiring rebuild for installation such as bcrypt.
2.Install Visual Studio 2008 Redistributables from here for OpenSLL, which is for bcrypt.
3.Install OpenSSL from here for bcrypt.
4.Same as below except "brew" is not available on Windows so please install below modules separately.
Mac OS X and Homebrew:
$ brew install node # Install nodejs and npm
$ brew install brew-gem # Install sass
$ gem install sass
$ brew install mongodb # Install mongodb
$ mongod # Run mongodb in foreground
npm i
to install node packages
brunch w &
make run
Then navigate your browser to http://localhost:8000