An open API service indexing awesome lists of open source software.

https://github.com/explooosion/ishare-dashboard


https://github.com/explooosion/ishare-dashboard

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## I、Project
Angel Plan - dashboard

## II、Description
front-end dashboard

## III、Install

```bash
git clone https://gitlab.com/angel-plan/dashboard.git
```

```bash
cd dashboard
```

```bash
npm install
```

```bash
ng sereve
```

## IV、Build

```bash
npm run build
```

## V、TSlint

```bash
npm run lint
```

## VI、Deploy

1. build your project first.
2. deploy dist to server project

```bash
npm run deploy
```