rails g spree:install --migrate=false --sample=false --seed=falseYou can always perform any of these steps later by using these commands.bundle exec rake railties:install:migrations bundle exec rake db:migrate bundle exec rake db:seed bundle exec rake spree_sample:load...
Project repository is based on angularjs-seed and includes a simple web-server, so it's easy to launch the app locally on your desktop. Install node.js and run node server.js. Open page http://localhost:8000/app/index.html in your browser. Running as Chrome Packaged App It is possible...