Skip to content
Permalink
Browse files
add project run description
  • Loading branch information
shaoh4 committed Dec 21, 2020
1 parent f86869f commit 04dba258be1a9198759ec550f64f3ca305a1ada5
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
@@ -0,0 +1 @@
GENERATE_SOURCEMAP=false
@@ -1,3 +1,40 @@
# Backend
## install project dependencies
```
cd server
npm install
or yarn install
```
## run project
```
cd server
npm run dev
or yarn dev
```
> terminal console http://127.0.0.1:4900/api and Connected to mongodb success, backend run success

# Fronend
## install project dependencies
```
cd client
npm install
or yarn install
```

## run project
```
cd client
npm run start
or yarn start
```
> terminal console Local: http://localhost:3000 , fronend run success
### Pack Project
```
cd client
npm run build
or yarn build
```
# API list

0 comments on commit 04dba25

Please sign in to comment.