mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 07:26:50 +00:00
25 lines
521 B
Markdown
25 lines
521 B
Markdown
### Prerequisites
|
|
|
|
You need git to clone the angular-seed repository. You can get git from
|
|
[http://git-scm.com/](http://git-scm.com/).
|
|
|
|
We also use a number of node.js tools to initialize and test angular-seed. 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/`.
|
|
|