This project was bootstrapped with Steemiz and Create React App projects.
- React 16 / Redux 3
- Ant Design for front-end frameworks
- SteemConnect v2
npm install- Setup local API server (back-end) with the instruction here
(Both
apiandwebdirectory should be on the same parent directory to use our Foreman script) - Once you finish setting up
apidirectory, type:rails startto start both API (back-end) and Node server (front-end) on local port 3000 and 3001 respectively.
git push && npm run build && cd ../api && git push && bundle exec cap production deploy