Note: At this point, this project is merely an experiment.
Install the tools required for building the project. The instructions below assume you are running macOS:
brew install go
npm install -g @juxt/mach
Create the Postgres database:
createdb crypto-accounts-viewer
- Start the backend:
mach start-backend
- Start the frontend:
mach start-frontend
(TODO) - Open the frontend: Point your browser to
http://localhost:8081
Copyright © 2017 Jannis Pohlmann
Licensed under the MIT License.