https://github.com/opengeekslab/test_platform
https://github.com/opengeekslab/test_platform
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opengeekslab/test_platform
- Owner: openGeeksLab
- Created: 2017-08-14T13:24:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T13:41:34.000Z (almost 9 years ago)
- Last Synced: 2025-01-09T17:54:53.306Z (over 1 year ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test_Platform
to run server:
```
npm i
npm start
```
it will launch server on http://localhost:3000
to run test:
```
npm i
npm run test
```
it will run test and show results
to run doc:
```
npm i
npm run doc
npm run docServer
```
it will run small server on http://localhost:3002 with docs
to run client:
```
cd client/
npm i
npm start
```
it will run and open tab on browser http://localhost:3001