Vending Machine App
Development Setup
- Ensure you have Ruby and Node.js installed
bundle install # Install gems
yarn # Install JS dependencies
To start the app, run the following in separate terminals:
rails server
./bin/webpacker-dev-server
Then navigate to http://localhost:3000
to see the app in action.