https://github.com/explooosion/ishare-activity
https://github.com/explooosion/ishare-activity
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/explooosion/ishare-activity
- Owner: explooosion
- Created: 2017-11-09T20:29:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T20:29:55.000Z (over 8 years ago)
- Last Synced: 2025-03-18T19:30:55.740Z (about 1 year ago)
- Language: HTML
- Size: 5.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```