This project was bootstrapped with Steemiz and Create React App projects.
- React 16 / Redux 3
- Ant Design for front-end frameworks
- SteemConnect v2
cat > env.local # on the root directory of this repo
# Copy and paste settings below:
REACT_APP_API_ROOT="http://localhost:3001"
REACT_APP_STEEM_API_URL="https://api.steemit.com"
REACT_APP_STEEMCONNECT_REDIRECT_URL="http://localhost:3000/auth/steemconnect/callback"
REACT_APP_STEEMCONNECT_IMG_HOST="https://img.busy.org"
npm install
- Setup local API server (back-end) with the instruction here
(Both
api
andweb
directory should be on the same parent directory to use our Foreman script) - Once you finish setting up
api
directory, type:rails start
to start both API (back-end) and Node server (front-end) on local port 3000 and 3001 respectively.