refresh-sf
refresh-sf copied to clipboard
Unhandled error on site
Site not working. Any solution or alternative to this?
This is duplication of #40 that was closed and open as #41. refresh-sf haven't maintained for years, I would say is disconnected.
Any way to use it locally?
@pravid clone the repo and run the following
npm install // installs npm dependencies
npm install grunt -g // if you don't have grunt
npm install bower -g // if you don't have bower
gem install sass // if you have ruby installed but not sass
bower install // installs bower dependencies
grunt // runs API and client
This will run the API on localhost:3000
and the client on localhost:8000
.
Looking at all this now makes me cringe. 😬