https://github.com/mansi-k/vlab_req_engg
A virtual lab for students to learn requirements engineering in a practical way
https://github.com/mansi-k/vlab_req_engg
active-learning diagram-editor diagram-evaluator drawing-canvas gojs quiz-game reactjs simulation virtual-lab web-application
Last synced: over 1 year ago
JSON representation
A virtual lab for students to learn requirements engineering in a practical way
- Host: GitHub
- URL: https://github.com/mansi-k/vlab_req_engg
- Owner: mansi-k
- Created: 2020-12-12T21:33:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T21:38:02.000Z (over 5 years ago)
- Last Synced: 2025-04-15T01:18:46.510Z (over 1 year ago)
- Topics: active-learning, diagram-editor, diagram-evaluator, drawing-canvas, gojs, quiz-game, reactjs, simulation, virtual-lab, web-application
- Language: JavaScript
- Homepage:
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements Engineering
An attempt at creating a virtual lab for students to study requirement engineering
### Requirements
- NodeJS (>= 6)
- Decent browser (perferably chrome)
### Installation
```sh
npm install
```
### Start the app
```sh
npm run start
```
### Build app
```sh
npm run build
```
The app will run on port 3000 by default. [link](http://localhost:3000/)