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

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


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

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## I、Project
Angel Plan - activity

## II、Description
front-end activity

## III、Install

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

```bash
cd activity
```

```bash
npm install
```

```bash
npm start
```

## 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
```