src/index.tsx- application entrysrc/views- BidMachine app viewssrc/components- simple React view componentssrc/forms- BidMachine entity formssrc/models- models for BidMachine apisrc/lib- common modules, helpers
- use
API_URLenv variable for proxy api requests yarn start- to host local serveryarn build- to bundle production build
- API_URL - This must contain URL to API server (example: http://domain.local/api)
- Fork it ( https://github.com/bidmachine/BidMachine-Dashboard/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request