A website interface to interact with the main gocryptotrader application
- Basic web views
- Interaction between gocryptotrader and gocryptotraderweb
You can track ideas, planned features and what's in progresss on this Trello board: https://trello.com/b/ZAhMhpOy/gocryptotrader.
You can get git from http://git-scm.com/.
You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.
npm install
The simplest way to start this server is:
npm start
Now browse to the app at http://localhost/
.