mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-15 23:16:48 +00:00
23 lines
395 B
Markdown
23 lines
395 B
Markdown
### 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/`.
|
|
|