Files
gocryptotrader/web/README.md
2017-02-10 19:30:15 +11:00

35 lines
795 B
Markdown

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