Build instructions don't quite work
Closed this issue · 2 comments
stevage commented
There's no step to install Grunt. So either the user should npm install -g grunt
first (which version?), or they need to run it explicitly somehow (node_modules/grunt/...?
)
I did the first, and ran npm start
. It seemed to build and run a server ok, but what's served at localhost:3003
is just the default BrowserSync page. Not sure how to get it to serve up the contents of dist
(I'm not very familiar with Grunt or BrowserSync).
DDKnoll commented
Just updated the Readme. You just need to go to localhost:3131 to see the actual hosted site.
stevage commented
Thanks, that works.